Html Css Color HEX #19437F Dark Cerulean

📋 copy color: '#19437F'

red 25 ◦ green 67 ◦ blue 127

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

Shades of Dark Cerulean #19437F

Tints of Dark Cerulean #19437F

RGB

 RED value IS 25 (10.16% from 255) = 11.42%

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 11.42%
G = 30.59%
B = 57.99%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19437F (or 0x19437F) is known color: Dark Cerulean. HEX triplet: 19, 43 and 7F. RGB value is (25,67,127). Sum of RGB (Red+Green+Blue) = 25+67+127=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #19437F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19437F is #E6BC80. Grayscale: #3D3D3D. Windows color (decimal): -15121537 or 8340249. OLE color: 8340249.

HSL color Cylindrical-coordinate representation of color #19437F: hue angle of 215.29º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19437F is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 67 127 -
CMYK 0.80 0.47 0 0.50
HSL 215.29º 0.67% 0.3% -
HSV(B) 215.29º 0.8% 0.5% -
XYZ 6.24 5.75 20.86 -
YUV 61.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 25 67 127 0.80 0.47 0 0.50 215.29 0.67 0.3
Hex 19 43 7F 50 2F 0 32 D7 43 1E
Octal 31 103 177 120 57 0 62 327 103 36
Binary 11001 1000011 1111111 1010000 101111 0 110010 11010111 1000011 11110

Color Harmonies of #19437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19437F

Black with #19437F

Text Example


Text Example

White with #19437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19437F; }

 p { color: rgb(25,67,127); }

 H1.HeaderClassName
 {
   color: #19437F;
 }
 .AnyTagClassName
 {
   color: #19437F;
 }
</style>

background-color css

<style>
 a { background-color: #19437F; }

 a { background-color: rgb(25,67,127); }

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

border-color css

<style>
 span { border-color: #19437F; }

 span { border-color: rgb(25,67,127); }

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