Html Css Color HEX #19448B Dark Cerulean

📋 copy color: '#19448B'

red 25 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #19448B

Tints of Dark Cerulean #19448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 139 (54.69% from 255) = 59.91%

R = 10.78%
G = 29.31%
B = 59.91%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19448B (or 0x19448B) is known color: Dark Cerulean. HEX triplet: 19, 44 and 8B. RGB value is (25,68,139). Sum of RGB (Red+Green+Blue) = 25+68+139=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #19448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19448B is #E6BB74. Grayscale: #3E3E3E. Windows color (decimal): -15121269 or 9126937. OLE color: 9126937.

HSL color Cylindrical-coordinate representation of color #19448B: hue angle of 217.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19448B is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 68 139 -
CMYK 0.82 0.51 0 0.45
HSL 217.37º 0.7% 0.32% -
HSV(B) 217.37º 0.82% 0.55% -
XYZ 7.13 6.2 25.25 -
YUV 63.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 25 68 139 0.82 0.51 0 0.45 217.37 0.7 0.32
Hex 19 44 8B 52 33 0 2D D9 46 20
Octal 31 104 213 122 63 0 55 331 106 40
Binary 11001 1000100 10001011 1010010 110011 0 101101 11011001 1000110 100000

Color Harmonies of #19448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19448B

Black with #19448B

Text Example


Text Example

White with #19448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,68,139); }

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

background-color css

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

 a { background-color: rgb(25,68,139); }

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

border-color css

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

 span { border-color: rgb(25,68,139); }

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