Html Css Color HEX #19447A Dark Cerulean

📋 copy color: '#19447A'

red 25 ◦ green 68 ◦ blue 122

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

Shades of Dark Cerulean #19447A

Tints of Dark Cerulean #19447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 11.63%
G = 31.63%
B = 56.74%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19447A (or 0x19447A) is known color: Dark Cerulean. HEX triplet: 19, 44 and 7A. RGB value is (25,68,122). Sum of RGB (Red+Green+Blue) = 25+68+122=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #19447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19447A is #E6BB85. Grayscale: #3D3D3D. Windows color (decimal): -15121286 or 8012825. OLE color: 8012825.

HSL color Cylindrical-coordinate representation of color #19447A: hue angle of 213.4º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19447A is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 68 122 -
CMYK 0.80 0.44 0 0.52
HSL 213.4º 0.66% 0.29% -
HSV(B) 213.4º 0.8% 0.48% -
XYZ 5.98 5.75 19.21 -
YUV 61.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 25 68 122 0.80 0.44 0 0.52 213.4 0.66 0.29
Hex 19 44 7A 50 2C 0 34 D5 42 1D
Octal 31 104 172 120 54 0 64 325 102 35
Binary 11001 1000100 1111010 1010000 101100 0 110100 11010101 1000010 11101

Color Harmonies of #19447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19447A

Black with #19447A

Text Example


Text Example

White with #19447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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