Html Css Color HEX #1E427F Dark Cerulean

📋 copy color: '#1E427F'

red 30 ◦ green 66 ◦ blue 127

#1E427F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #1E427F

Tints of Dark Cerulean #1E427F

RGB

 RED value IS 30 (12.11% from 255) = 13.45%

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 127 (50% from 255) = 56.95%

R = 13.45%
G = 29.6%
B = 56.95%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E427F (or 0x1E427F) is known color: Dark Cerulean. HEX triplet: 1E, 42 and 7F. RGB value is (30,66,127). Sum of RGB (Red+Green+Blue) = 30+66+127=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E427F is #E1BD80. Grayscale: #3D3D3D. Windows color (decimal): -14794113 or 8339998. OLE color: 8339998.

HSL color Cylindrical-coordinate representation of color #1E427F: hue angle of 217.73º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E427F is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 66 127 -
CMYK 0.76 0.48 0 0.50
HSL 217.73º 0.62% 0.31% -
HSV(B) 217.73º 0.76% 0.5% -
XYZ 6.31 5.7 20.85 -
YUV 62.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 30 66 127 0.76 0.48 0 0.50 217.73 0.62 0.31
Hex 1E 42 7F 4C 30 0 32 DA 3E 1F
Octal 36 102 177 114 60 0 62 332 76 37
Binary 11110 1000010 1111111 1001100 110000 0 110010 11011010 111110 11111

Color Harmonies of #1E427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E427F

Black with #1E427F

Text Example


Text Example

White with #1E427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,127); }

 H1.HeaderClassName
 {
   color: #1E427F;
 }
 .AnyTagClassName
 {
   color: #1E427F;
 }
</style>

background-color css

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

 a { background-color: rgb(30,66,127); }

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

border-color css

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

 span { border-color: rgb(30,66,127); }

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