Html Css Color HEX #13498E Dark Cerulean

📋 copy color: '#13498E'

red 19 ◦ green 73 ◦ blue 142

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

Shades of Dark Cerulean #13498E

Tints of Dark Cerulean #13498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

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

R = 8.12%
G = 31.2%
B = 60.68%

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

#13498E (or 0x13498E) is known color: Dark Cerulean. HEX triplet: 13, 49 and 8E. RGB value is (19,73,142). Sum of RGB (Red+Green+Blue) = 19+73+142=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #13498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13498E is #ECB671. Grayscale: #404040. Windows color (decimal): -15513202 or 9324819. OLE color: 9324819.

HSL color Cylindrical-coordinate representation of color #13498E: hue angle of 213.66º 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 #13498E is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 73 142 -
CMYK 0.87 0.49 0 0.44
HSL 213.66º 0.76% 0.32% -
HSV(B) 213.66º 0.87% 0.56% -
XYZ 7.53 6.86 26.52 -
YUV 64.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 19 73 142 0.87 0.49 0 0.44 213.66 0.76 0.32
Hex 13 49 8E 57 31 0 2C D6 4C 20
Octal 23 111 216 127 61 0 54 326 114 40
Binary 10011 1001001 10001110 1010111 110001 0 101100 11010110 1001100 100000

Color Harmonies of #13498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13498E

Black with #13498E

Text Example


Text Example

White with #13498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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