Html Css Color HEX #19437B Dark Cerulean

📋 copy color: '#19437B'

red 25 ◦ green 67 ◦ blue 123

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

Shades of Dark Cerulean #19437B

Tints of Dark Cerulean #19437B

RGB

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

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

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

R = 11.63%
G = 31.16%
B = 57.21%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19437B (or 0x19437B) is known color: Dark Cerulean. HEX triplet: 19, 43 and 7B. RGB value is (25,67,123). Sum of RGB (Red+Green+Blue) = 25+67+123=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #19437B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19437B is #E6BC84. Grayscale: #3C3C3C. Windows color (decimal): -15121541 or 8078105. OLE color: 8078105.

HSL color Cylindrical-coordinate representation of color #19437B: hue angle of 214.29º 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 #19437B is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 67 123 -
CMYK 0.80 0.46 0 0.52
HSL 214.29º 0.66% 0.29% -
HSV(B) 214.29º 0.8% 0.48% -
XYZ 5.98 5.65 19.51 -
YUV 60.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 25 67 123 0.80 0.46 0 0.52 214.29 0.66 0.29
Hex 19 43 7B 50 2E 0 34 D6 42 1D
Octal 31 103 173 120 56 0 64 326 102 35
Binary 11001 1000011 1111011 1010000 101110 0 110100 11010110 1000010 11101

Color Harmonies of #19437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19437B

Black with #19437B

Text Example


Text Example

White with #19437B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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