Html Css Color HEX #13496E Dark Cerulean

📋 copy color: '#13496E'

red 19 ◦ green 73 ◦ blue 110

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

Shades of Dark Cerulean #13496E

Tints of Dark Cerulean #13496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 54.46%

R = 9.41%
G = 36.14%
B = 54.46%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13496E (or 0x13496E) is known color: Dark Cerulean. HEX triplet: 13, 49 and 6E. RGB value is (19,73,110). Sum of RGB (Red+Green+Blue) = 19+73+110=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #13496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13496E is #ECB691. Grayscale: #3C3C3C. Windows color (decimal): -15513234 or 7227667. OLE color: 7227667.

HSL color Cylindrical-coordinate representation of color #13496E: hue angle of 204.4º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13496E is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 73 110 -
CMYK 0.83 0.34 0 0.57
HSL 204.4º 0.71% 0.25% -
HSV(B) 204.4º 0.83% 0.43% -
XYZ 5.47 6.03 15.63 -
YUV 61.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 19 73 110 0.83 0.34 0 0.57 204.4 0.71 0.25
Hex 13 49 6E 53 22 0 39 CC 47 19
Octal 23 111 156 123 42 0 71 314 107 31
Binary 10011 1001001 1101110 1010011 100010 0 111001 11001100 1000111 11001

Color Harmonies of #13496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13496E

Black with #13496E

Text Example


Text Example

White with #13496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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