Html Css Color HEX #13477F Dark Cerulean

📋 copy color: '#13477F'

red 19 ◦ green 71 ◦ blue 127

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

Shades of Dark Cerulean #13477F

Tints of Dark Cerulean #13477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.53%

R = 8.76%
G = 32.72%
B = 58.53%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13477F (or 0x13477F) is known color: Dark Cerulean. HEX triplet: 13, 47 and 7F. RGB value is (19,71,127). Sum of RGB (Red+Green+Blue) = 19+71+127=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #13477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13477F is #ECB880. Grayscale: #3D3D3D. Windows color (decimal): -15513729 or 8341267. OLE color: 8341267.

HSL color Cylindrical-coordinate representation of color #13477F: hue angle of 211.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13477F is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 71 127 -
CMYK 0.85 0.44 0 0.50
HSL 211.11º 0.74% 0.29% -
HSV(B) 211.11º 0.85% 0.5% -
XYZ 6.35 6.18 20.94 -
YUV 61.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 19 71 127 0.85 0.44 0 0.50 211.11 0.74 0.29
Hex 13 47 7F 55 2C 0 32 D3 4A 1D
Octal 23 107 177 125 54 0 62 323 112 35
Binary 10011 1000111 1111111 1010101 101100 0 110010 11010011 1001010 11101

Color Harmonies of #13477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13477F

Black with #13477F

Text Example


Text Example

White with #13477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13477F; }

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

 H1.HeaderClassName
 {
   color: #13477F;
 }
 .AnyTagClassName
 {
   color: #13477F;
 }
</style>

background-color css

<style>
 a { background-color: #13477F; }

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

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

border-color css

<style>
 span { border-color: #13477F; }

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

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