Html Css Color HEX #19447D Dark Cerulean

📋 copy color: '#19447D'

red 25 ◦ green 68 ◦ blue 125

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

Shades of Dark Cerulean #19447D

Tints of Dark Cerulean #19447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 11.47%
G = 31.19%
B = 57.34%

CMYK

 C value IS 0.8

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19447D (or 0x19447D) is known color: Dark Cerulean. HEX triplet: 19, 44 and 7D. RGB value is (25,68,125). Sum of RGB (Red+Green+Blue) = 25+68+125=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #19447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19447D is #E6BB82. Grayscale: #3D3D3D. Windows color (decimal): -15121283 or 8209433. OLE color: 8209433.

HSL color Cylindrical-coordinate representation of color #19447D: hue angle of 214.2º degrees, saturation: 0.67, 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 #19447D is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 68 125 -
CMYK 0.8 0.46 0 0.51
HSL 214.2º 0.67% 0.29% -
HSV(B) 214.2º 0.8% 0.49% -
XYZ 6.17 5.82 20.2 -
YUV 61.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 25 68 125 0.8 0.46 0 0.51 214.2 0.67 0.29
Hex 19 44 7D 50 2E 0 33 D6 43 1D
Octal 31 104 175 120 56 0 63 326 103 35
Binary 11001 1000100 1111101 1010000 101110 0 110011 11010110 1000011 11101

Color Harmonies of #19447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19447D

Black with #19447D

Text Example


Text Example

White with #19447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19447D; }

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

 H1.HeaderClassName
 {
   color: #19447D;
 }
 .AnyTagClassName
 {
   color: #19447D;
 }
</style>

background-color css

<style>
 a { background-color: #19447D; }

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

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

border-color css

<style>
 span { border-color: #19447D; }

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

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