Html Css Color HEX #13467D Dark Cerulean

📋 copy color: '#13467D'

red 19 ◦ green 70 ◦ blue 125

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

Shades of Dark Cerulean #13467D

Tints of Dark Cerulean #13467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 8.88%
G = 32.71%
B = 58.41%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13467D (or 0x13467D) is known color: Dark Cerulean. HEX triplet: 13, 46 and 7D. RGB value is (19,70,125). Sum of RGB (Red+Green+Blue) = 19+70+125=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #13467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13467D is #ECB982. Grayscale: #3C3C3C. Windows color (decimal): -15513987 or 8209939. OLE color: 8209939.

HSL color Cylindrical-coordinate representation of color #13467D: hue angle of 211.13º 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 #13467D is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 70 125 -
CMYK 0.85 0.44 0 0.51
HSL 211.13º 0.74% 0.28% -
HSV(B) 211.13º 0.85% 0.49% -
XYZ 6.16 6 20.24 -
YUV 61.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 19 70 125 0.85 0.44 0 0.51 211.13 0.74 0.28
Hex 13 46 7D 55 2C 0 33 D3 4A 1C
Octal 23 106 175 125 54 0 63 323 112 34
Binary 10011 1000110 1111101 1010101 101100 0 110011 11010011 1001010 11100

Color Harmonies of #13467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13467D

Black with #13467D

Text Example


Text Example

White with #13467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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