Html Css Color HEX #19438F Dark Cerulean

📋 copy color: '#19438F'

red 25 ◦ green 67 ◦ blue 143

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

Shades of Dark Cerulean #19438F

Tints of Dark Cerulean #19438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

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

R = 10.64%
G = 28.51%
B = 60.85%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19438F (or 0x19438F) is known color: Dark Cerulean. HEX triplet: 19, 43 and 8F. RGB value is (25,67,143). Sum of RGB (Red+Green+Blue) = 25+67+143=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #19438F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19438F is #E6BC70. Grayscale: #3E3E3E. Windows color (decimal): -15121521 or 9388825. OLE color: 9388825.

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

Color convert

RGB 25 67 143 -
CMYK 0.83 0.53 0 0.44
HSL 218.64º 0.7% 0.33% -
HSV(B) 218.64º 0.83% 0.56% -
XYZ 7.37 6.2 26.8 -
YUV 63.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 25 67 143 0.83 0.53 0 0.44 218.64 0.7 0.33
Hex 19 43 8F 53 35 0 2C DB 46 21
Octal 31 103 217 123 65 0 54 333 106 41
Binary 11001 1000011 10001111 1010011 110101 0 101100 11011011 1000110 100001

Color Harmonies of #19438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19438F

Black with #19438F

Text Example


Text Example

White with #19438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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