Html Css Color HEX #19377B Dark Cerulean

📋 copy color: '#19377B'

red 25 ◦ green 55 ◦ blue 123

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

Shades of Dark Cerulean #19377B

Tints of Dark Cerulean #19377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 123 (48.44% from 255) = 60.59%

R = 12.32%
G = 27.09%
B = 60.59%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19377B (or 0x19377B) is known color: Dark Cerulean. HEX triplet: 19, 37 and 7B. RGB value is (25,55,123). Sum of RGB (Red+Green+Blue) = 25+55+123=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #19377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19377B is #E6C884. Grayscale: #353535. Windows color (decimal): -15124613 or 8075033. OLE color: 8075033.

HSL color Cylindrical-coordinate representation of color #19377B: hue angle of 221.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19377B is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 55 123 -
CMYK 0.80 0.55 0 0.52
HSL 221.63º 0.66% 0.29% -
HSV(B) 221.63º 0.8% 0.48% -
XYZ 5.34 4.37 19.3 -
YUV 53.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 25 55 123 0.80 0.55 0 0.52 221.63 0.66 0.29
Hex 19 37 7B 50 37 0 34 DE 42 1D
Octal 31 67 173 120 67 0 64 336 102 35
Binary 11001 110111 1111011 1010000 110111 0 110100 11011110 1000010 11101

Color Harmonies of #19377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19377B

Black with #19377B

Text Example


Text Example

White with #19377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19377B; }

 p { color: rgb(25,55,123); }

 H1.HeaderClassName
 {
   color: #19377B;
 }
 .AnyTagClassName
 {
   color: #19377B;
 }
</style>

background-color css

<style>
 a { background-color: #19377B; }

 a { background-color: rgb(25,55,123); }

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

border-color css

<style>
 span { border-color: #19377B; }

 span { border-color: rgb(25,55,123); }

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