Html Css Color HEX #13488E Dark Cerulean

📋 copy color: '#13488E'

red 19 ◦ green 72 ◦ blue 142

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

Shades of Dark Cerulean #13488E

Tints of Dark Cerulean #13488E

RGB

 RED value IS 19 (7.81% from 255) = 8.15%

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 8.15%
G = 30.9%
B = 60.94%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13488E (or 0x13488E) is known color: Dark Cerulean. HEX triplet: 13, 48 and 8E. RGB value is (19,72,142). Sum of RGB (Red+Green+Blue) = 19+72+142=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #13488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13488E is #ECB771. Grayscale: #3F3F3F. Windows color (decimal): -15513458 or 9324563. OLE color: 9324563.

HSL color Cylindrical-coordinate representation of color #13488E: hue angle of 214.15º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13488E is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 72 142 -
CMYK 0.87 0.49 0 0.44
HSL 214.15º 0.76% 0.32% -
HSV(B) 214.15º 0.87% 0.56% -
XYZ 7.47 6.73 26.5 -
YUV 64.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 19 72 142 0.87 0.49 0 0.44 214.15 0.76 0.32
Hex 13 48 8E 57 31 0 2C D6 4C 20
Octal 23 110 216 127 61 0 54 326 114 40
Binary 10011 1001000 10001110 1010111 110001 0 101100 11010110 1001100 100000

Color Harmonies of #13488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13488E

Black with #13488E

Text Example


Text Example

White with #13488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13488E; }

 p { color: rgb(19,72,142); }

 H1.HeaderClassName
 {
   color: #13488E;
 }
 .AnyTagClassName
 {
   color: #13488E;
 }
</style>

background-color css

<style>
 a { background-color: #13488E; }

 a { background-color: rgb(19,72,142); }

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

border-color css

<style>
 span { border-color: #13488E; }

 span { border-color: rgb(19,72,142); }

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