Html Css Color HEX #13477D Dark Cerulean

📋 copy color: '#13477D'

red 19 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #13477D

Tints of Dark Cerulean #13477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 8.84%
G = 33.02%
B = 58.14%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13477D (or 0x13477D) is known color: Dark Cerulean. HEX triplet: 13, 47 and 7D. RGB value is (19,71,125). Sum of RGB (Red+Green+Blue) = 19+71+125=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #13477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13477D is #ECB882. Grayscale: #3D3D3D. Windows color (decimal): -15513731 or 8210195. OLE color: 8210195.

HSL color Cylindrical-coordinate representation of color #13477D: hue angle of 210.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13477D is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 71 125 -
CMYK 0.85 0.43 0 0.51
HSL 210.57º 0.74% 0.28% -
HSV(B) 210.57º 0.85% 0.49% -
XYZ 6.22 6.13 20.26 -
YUV 61.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 19 71 125 0.85 0.43 0 0.51 210.57 0.74 0.28
Hex 13 47 7D 55 2B 0 33 D3 4A 1C
Octal 23 107 175 125 53 0 63 323 112 34
Binary 10011 1000111 1111101 1010101 101011 0 110011 11010011 1001010 11100

Color Harmonies of #13477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13477D

Black with #13477D

Text Example


Text Example

White with #13477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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