#1D94C1

Color #1D94C1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D94C1

Tints of Pelorous #1D94C1

Color information

#1D94C1 (or 0x1D94C1) is unknown color: approx Pelorous. HEX triplet: 1D, 94 and C1. RGB value is (29,148,193). Sum of RGB (Red+Green+Blue) = 29+148+193=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D94C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D94C1 is #E26B3E. Grayscale: #757575. Windows color (decimal): -14838591 or 12686365. OLE color: 12686365.

HSL color Cylindrical-coordinate representation of color #1D94C1: hue angle of 196.46º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D94C1 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB29148193-
CMYK0.850.2300.24
HSL196.46º73.87%43.53%-
HSV(B)196.46º84.97%75.69%-
XYZ20.7225.2954.24-
YUV117.55170.5864.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 7.84%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=7.84%
G=40%
B=52.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291481930.850.2300.24196.4673.8743.53
Hex1D94C15517018c44a2c
Octal352243011252703030411254
Binary111011001010011000001101010110111011000110001001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D94C1; }

 p { color: rgb(29,148,193); }

 H1.HeaderClassName
 {
   color: #1D94C1;
 }
 .AnyTagClassName
 {
   color: #1D94C1;
 }
</style>
background-color css

<style>
 a { background-color: #1D94C1; }

 a { background-color: rgb(29,148,193); }

 div.DivClassName
 {
   background-color: #1D94C1;
 }
 .BgClassName
 {
   background-color: #1D94C1;
 }
</style>
border-color css

<style>
 span { border-color: #1D94C1; }

 span { border-color: rgb(29,148,193); }

 td.TdClassName
 {
   border-color: #1D94C1;
 }
 .TagClassName
 {
   border-color: #1D94C1;
 }
</style>