Html Css Color HEX #13476D Dark Cerulean

📋 copy color: '#13476D'

red 19 ◦ green 71 ◦ blue 109

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

Shades of Dark Cerulean #13476D

Tints of Dark Cerulean #13476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 109 (42.97% from 255) = 54.77%

R = 9.55%
G = 35.68%
B = 54.77%

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

#13476D (or 0x13476D) is known color: Dark Cerulean. HEX triplet: 13, 47 and 6D. RGB value is (19,71,109). Sum of RGB (Red+Green+Blue) = 19+71+109=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #13476D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13476D is #ECB892. Grayscale: #3B3B3B. Windows color (decimal): -15513747 or 7161619. OLE color: 7161619.

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

Color convert

RGB 19 71 109 -
CMYK 0.83 0.35 0 0.57
HSL 205.33º 0.7% 0.25% -
HSV(B) 205.33º 0.83% 0.43% -
XYZ 5.28 5.75 15.3 -
YUV 59.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 19 71 109 0.83 0.35 0 0.57 205.33 0.7 0.25
Hex 13 47 6D 53 23 0 39 CD 46 19
Octal 23 107 155 123 43 0 71 315 106 31
Binary 10011 1000111 1101101 1010011 100011 0 111001 11001101 1000110 11001

Color Harmonies of #13476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13476D

Black with #13476D

Text Example


Text Example

White with #13476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13476D; }

 p { color: rgb(19,71,109); }

 H1.HeaderClassName
 {
   color: #13476D;
 }
 .AnyTagClassName
 {
   color: #13476D;
 }
</style>

background-color css

<style>
 a { background-color: #13476D; }

 a { background-color: rgb(19,71,109); }

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

border-color css

<style>
 span { border-color: #13476D; }

 span { border-color: rgb(19,71,109); }

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