Html Css Color HEX #13486E Dark Cerulean

📋 copy color: '#13486E'

red 19 ◦ green 72 ◦ blue 110

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

Shades of Dark Cerulean #13486E

Tints of Dark Cerulean #13486E

RGB

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

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

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

R = 9.45%
G = 35.82%
B = 54.73%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13486E (or 0x13486E) is known color: Dark Cerulean. HEX triplet: 13, 48 and 6E. RGB value is (19,72,110). Sum of RGB (Red+Green+Blue) = 19+72+110=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #13486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13486E is #ECB791. Grayscale: #3C3C3C. Windows color (decimal): -15513490 or 7227411. OLE color: 7227411.

HSL color Cylindrical-coordinate representation of color #13486E: hue angle of 205.05º 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 #13486E is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 72 110 -
CMYK 0.83 0.35 0 0.57
HSL 205.05º 0.71% 0.25% -
HSV(B) 205.05º 0.83% 0.43% -
XYZ 5.4 5.9 15.61 -
YUV 60.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 19 72 110 0.83 0.35 0 0.57 205.05 0.71 0.25
Hex 13 48 6E 53 23 0 39 CD 47 19
Octal 23 110 156 123 43 0 71 315 107 31
Binary 10011 1001000 1101110 1010011 100011 0 111001 11001101 1000111 11001

Color Harmonies of #13486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13486E

Black with #13486E

Text Example


Text Example

White with #13486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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