Html Css Color HEX #19438E Dark Cerulean

📋 copy color: '#19438E'

red 25 ◦ green 67 ◦ blue 142

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

Shades of Dark Cerulean #19438E

Tints of Dark Cerulean #19438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 10.68%
G = 28.63%
B = 60.68%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19438E (or 0x19438E) is known color: Dark Cerulean. HEX triplet: 19, 43 and 8E. RGB value is (25,67,142). Sum of RGB (Red+Green+Blue) = 25+67+142=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #19438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19438E is #E6BC71. Grayscale: #3E3E3E. Windows color (decimal): -15121522 or 9323289. OLE color: 9323289.

HSL color Cylindrical-coordinate representation of color #19438E: hue angle of 218.46º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19438E is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 67 142 -
CMYK 0.82 0.53 0 0.44
HSL 218.46º 0.7% 0.33% -
HSV(B) 218.46º 0.82% 0.56% -
XYZ 7.29 6.17 26.4 -
YUV 62.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 25 67 142 0.82 0.53 0 0.44 218.46 0.7 0.33
Hex 19 43 8E 52 35 0 2C DA 46 21
Octal 31 103 216 122 65 0 54 332 106 41
Binary 11001 1000011 10001110 1010010 110101 0 101100 11011010 1000110 100001

Color Harmonies of #19438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19438E

Black with #19438E

Text Example


Text Example

White with #19438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19438E; }

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

 H1.HeaderClassName
 {
   color: #19438E;
 }
 .AnyTagClassName
 {
   color: #19438E;
 }
</style>

background-color css

<style>
 a { background-color: #19438E; }

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

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

border-color css

<style>
 span { border-color: #19438E; }

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

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