Html Css Color HEX #19458F Dark Cerulean

📋 copy color: '#19458F'

red 25 ◦ green 69 ◦ blue 143

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

Shades of Dark Cerulean #19458F

Tints of Dark Cerulean #19458F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 143 (56.25% from 255) = 60.34%

R = 10.55%
G = 29.11%
B = 60.34%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19458F (or 0x19458F) is known color: Dark Cerulean. HEX triplet: 19, 45 and 8F. RGB value is (25,69,143). Sum of RGB (Red+Green+Blue) = 25+69+143=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #19458F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19458F is #E6BA70. Grayscale: #3F3F3F. Windows color (decimal): -15121009 or 9389337. OLE color: 9389337.

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

Color convert

RGB 25 69 143 -
CMYK 0.83 0.52 0 0.44
HSL 217.63º 0.7% 0.33% -
HSV(B) 217.63º 0.83% 0.56% -
XYZ 7.49 6.45 26.84 -
YUV 64.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 25 69 143 0.83 0.52 0 0.44 217.63 0.7 0.33
Hex 19 45 8F 53 34 0 2C DA 46 21
Octal 31 105 217 123 64 0 54 332 106 41
Binary 11001 1000101 10001111 1010011 110100 0 101100 11011010 1000110 100001

Color Harmonies of #19458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19458F

Black with #19458F

Text Example


Text Example

White with #19458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19458F; }

 p { color: rgb(25,69,143); }

 H1.HeaderClassName
 {
   color: #19458F;
 }
 .AnyTagClassName
 {
   color: #19458F;
 }
</style>

background-color css

<style>
 a { background-color: #19458F; }

 a { background-color: rgb(25,69,143); }

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

border-color css

<style>
 span { border-color: #19458F; }

 span { border-color: rgb(25,69,143); }

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