Html Css Color HEX #19468F Dark Cerulean

📋 copy color: '#19468F'

red 25 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #19468F

Tints of Dark Cerulean #19468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 10.5%
G = 29.41%
B = 60.08%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19468F (or 0x19468F) is known color: Dark Cerulean. HEX triplet: 19, 46 and 8F. RGB value is (25,70,143). Sum of RGB (Red+Green+Blue) = 25+70+143=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #19468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19468F is #E6B970. Grayscale: #404040. Windows color (decimal): -15120753 or 9389593. OLE color: 9389593.

HSL color Cylindrical-coordinate representation of color #19468F: hue angle of 217.12º 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 #19468F is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 70 143 -
CMYK 0.83 0.51 0 0.44
HSL 217.12º 0.7% 0.33% -
HSV(B) 217.12º 0.83% 0.56% -
XYZ 7.55 6.57 26.86 -
YUV 64.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 25 70 143 0.83 0.51 0 0.44 217.12 0.7 0.33
Hex 19 46 8F 53 33 0 2C D9 46 21
Octal 31 106 217 123 63 0 54 331 106 41
Binary 11001 1000110 10001111 1010011 110011 0 101100 11011001 1000110 100001

Color Harmonies of #19468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19468F

Black with #19468F

Text Example


Text Example

White with #19468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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