Html Css Color HEX #19437C Dark Cerulean

📋 copy color: '#19437C'

red 25 ◦ green 67 ◦ blue 124

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

Shades of Dark Cerulean #19437C

Tints of Dark Cerulean #19437C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 11.57%
G = 31.02%
B = 57.41%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19437C (or 0x19437C) is known color: Dark Cerulean. HEX triplet: 19, 43 and 7C. RGB value is (25,67,124). Sum of RGB (Red+Green+Blue) = 25+67+124=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #19437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19437C is #E6BC83. Grayscale: #3C3C3C. Windows color (decimal): -15121540 or 8143641. OLE color: 8143641.

HSL color Cylindrical-coordinate representation of color #19437C: hue angle of 214.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19437C is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 67 124 -
CMYK 0.80 0.46 0 0.51
HSL 214.55º 0.66% 0.29% -
HSV(B) 214.55º 0.8% 0.49% -
XYZ 6.05 5.68 19.85 -
YUV 60.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 25 67 124 0.80 0.46 0 0.51 214.55 0.66 0.29
Hex 19 43 7C 50 2E 0 33 D7 42 1D
Octal 31 103 174 120 56 0 63 327 102 35
Binary 11001 1000011 1111100 1010000 101110 0 110011 11010111 1000010 11101

Color Harmonies of #19437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19437C

Black with #19437C

Text Example


Text Example

White with #19437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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