Html Css Color HEX #19397F Dark Cerulean

📋 copy color: '#19397F'

red 25 ◦ green 57 ◦ blue 127

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

Shades of Dark Cerulean #19397F

Tints of Dark Cerulean #19397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

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

R = 11.96%
G = 27.27%
B = 60.77%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19397F (or 0x19397F) is known color: Dark Cerulean. HEX triplet: 19, 39 and 7F. RGB value is (25,57,127). Sum of RGB (Red+Green+Blue) = 25+57+127=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #19397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19397F is #E6C680. Grayscale: #373737. Windows color (decimal): -15124097 or 8337689. OLE color: 8337689.

HSL color Cylindrical-coordinate representation of color #19397F: hue angle of 221.18º 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 #19397F is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 57 127 -
CMYK 0.80 0.55 0 0.50
HSL 221.18º 0.67% 0.3% -
HSV(B) 221.18º 0.8% 0.5% -
XYZ 5.69 4.67 20.68 -
YUV 55.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 25 57 127 0.80 0.55 0 0.50 221.18 0.67 0.3
Hex 19 39 7F 50 37 0 32 DD 43 1E
Octal 31 71 177 120 67 0 62 335 103 36
Binary 11001 111001 1111111 1010000 110111 0 110010 11011101 1000011 11110

Color Harmonies of #19397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19397F

Black with #19397F

Text Example


Text Example

White with #19397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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