Html Css Color HEX #13447C Dark Cerulean

📋 copy color: '#13447C'

red 19 ◦ green 68 ◦ blue 124

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

Shades of Dark Cerulean #13447C

Tints of Dark Cerulean #13447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 9%
G = 32.23%
B = 58.77%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13447C (or 0x13447C) is known color: Dark Cerulean. HEX triplet: 13, 44 and 7C. RGB value is (19,68,124). Sum of RGB (Red+Green+Blue) = 19+68+124=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #13447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13447C is #ECBB83. Grayscale: #3B3B3B. Windows color (decimal): -15514500 or 8143891. OLE color: 8143891.

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

Color convert

RGB 19 68 124 -
CMYK 0.85 0.45 0 0.51
HSL 212º 0.73% 0.28% -
HSV(B) 212º 0.85% 0.49% -
XYZ 5.97 5.73 19.86 -
YUV 59.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 19 68 124 0.85 0.45 0 0.51 212 0.73 0.28
Hex 13 44 7C 55 2D 0 33 D4 49 1C
Octal 23 104 174 125 55 0 63 324 111 34
Binary 10011 1000100 1111100 1010101 101101 0 110011 11010100 1001001 11100

Color Harmonies of #13447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13447C

Black with #13447C

Text Example


Text Example

White with #13447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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