Html Css Color HEX #19417C Dark Cerulean

📋 copy color: '#19417C'

red 25 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #19417C

Tints of Dark Cerulean #19417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 11.68%
G = 30.37%
B = 57.94%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19417C (or 0x19417C) is known color: Dark Cerulean. HEX triplet: 19, 41 and 7C. RGB value is (25,65,124). Sum of RGB (Red+Green+Blue) = 25+65+124=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #19417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19417C is #E6BE83. Grayscale: #3B3B3B. Windows color (decimal): -15122052 or 8143129. OLE color: 8143129.

HSL color Cylindrical-coordinate representation of color #19417C: hue angle of 215.76º 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 #19417C is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 65 124 -
CMYK 0.80 0.48 0 0.51
HSL 215.76º 0.66% 0.29% -
HSV(B) 215.76º 0.8% 0.49% -
XYZ 5.93 5.44 19.81 -
YUV 59.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 25 65 124 0.80 0.48 0 0.51 215.76 0.66 0.29
Hex 19 41 7C 50 30 0 33 D8 42 1D
Octal 31 101 174 120 60 0 63 330 102 35
Binary 11001 1000001 1111100 1010000 110000 0 110011 11011000 1000010 11101

Color Harmonies of #19417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19417C

Black with #19417C

Text Example


Text Example

White with #19417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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