Html Css Color HEX #19448A Dark Cerulean

📋 copy color: '#19448A'

red 25 ◦ green 68 ◦ blue 138

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

Shades of Dark Cerulean #19448A

Tints of Dark Cerulean #19448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 10.82%
G = 29.44%
B = 59.74%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19448A (or 0x19448A) is known color: Dark Cerulean. HEX triplet: 19, 44 and 8A. RGB value is (25,68,138). Sum of RGB (Red+Green+Blue) = 25+68+138=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #19448A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19448A is #E6BB75. Grayscale: #3E3E3E. Windows color (decimal): -15121270 or 9061401. OLE color: 9061401.

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

Color convert

RGB 25 68 138 -
CMYK 0.82 0.51 0 0.46
HSL 217.17º 0.69% 0.32% -
HSV(B) 217.17º 0.82% 0.54% -
XYZ 7.06 6.18 24.86 -
YUV 63.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 25 68 138 0.82 0.51 0 0.46 217.17 0.69 0.32
Hex 19 44 8A 52 33 0 2E D9 45 20
Octal 31 104 212 122 63 0 56 331 105 40
Binary 11001 1000100 10001010 1010010 110011 0 101110 11011001 1000101 100000

Color Harmonies of #19448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19448A

Black with #19448A

Text Example


Text Example

White with #19448A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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