Html Css Color HEX #13447D Dark Cerulean

📋 copy color: '#13447D'

red 19 ◦ green 68 ◦ blue 125

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

Shades of Dark Cerulean #13447D

Tints of Dark Cerulean #13447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

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

R = 8.96%
G = 32.08%
B = 58.96%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13447D (or 0x13447D) is known color: Dark Cerulean. HEX triplet: 13, 44 and 7D. RGB value is (19,68,125). Sum of RGB (Red+Green+Blue) = 19+68+125=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #13447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13447D is #ECBB82. Grayscale: #3B3B3B. Windows color (decimal): -15514499 or 8209427. OLE color: 8209427.

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

Color convert

RGB 19 68 125 -
CMYK 0.85 0.46 0 0.51
HSL 212.26º 0.74% 0.28% -
HSV(B) 212.26º 0.85% 0.49% -
XYZ 6.04 5.75 20.19 -
YUV 59.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 19 68 125 0.85 0.46 0 0.51 212.26 0.74 0.28
Hex 13 44 7D 55 2E 0 33 D4 4A 1C
Octal 23 104 175 125 56 0 63 324 112 34
Binary 10011 1000100 1111101 1010101 101110 0 110011 11010100 1001010 11100

Color Harmonies of #13447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13447D

Black with #13447D

Text Example


Text Example

White with #13447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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