Html Css Color HEX #19418B Dark Cerulean

📋 copy color: '#19418B'

red 25 ◦ green 65 ◦ blue 139

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

Shades of Dark Cerulean #19418B

Tints of Dark Cerulean #19418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

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

R = 10.92%
G = 28.38%
B = 60.7%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19418B (or 0x19418B) is known color: Dark Cerulean. HEX triplet: 19, 41 and 8B. RGB value is (25,65,139). Sum of RGB (Red+Green+Blue) = 25+65+139=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #19418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19418B is #E6BE74. Grayscale: #3D3D3D. Windows color (decimal): -15122037 or 9126169. OLE color: 9126169.

HSL color Cylindrical-coordinate representation of color #19418B: hue angle of 218.95º 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 #19418B is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 65 139 -
CMYK 0.82 0.53 0 0.45
HSL 218.95º 0.7% 0.32% -
HSV(B) 218.95º 0.82% 0.55% -
XYZ 6.95 5.85 25.19 -
YUV 61.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 25 65 139 0.82 0.53 0 0.45 218.95 0.7 0.32
Hex 19 41 8B 52 35 0 2D DB 46 20
Octal 31 101 213 122 65 0 55 333 106 40
Binary 11001 1000001 10001011 1010010 110101 0 101101 11011011 1000110 100000

Color Harmonies of #19418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19418B

Black with #19418B

Text Example


Text Example

White with #19418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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