Html Css Color HEX #13347C Dark Cerulean

📋 copy color: '#13347C'

red 19 ◦ green 52 ◦ blue 124

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

Shades of Dark Cerulean #13347C

Tints of Dark Cerulean #13347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

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

R = 9.74%
G = 26.67%
B = 63.59%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13347C (or 0x13347C) is known color: Dark Cerulean. HEX triplet: 13, 34 and 7C. RGB value is (19,52,124). Sum of RGB (Red+Green+Blue) = 19+52+124=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #13347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13347C is #ECCB83. Grayscale: #323232. Windows color (decimal): -15518596 or 8139795. OLE color: 8139795.

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

Color convert

RGB 19 52 124 -
CMYK 0.85 0.58 0 0.51
HSL 221.14º 0.73% 0.28% -
HSV(B) 221.14º 0.85% 0.49% -
XYZ 5.13 4.05 19.58 -
YUV 50.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 19 52 124 0.85 0.58 0 0.51 221.14 0.73 0.28
Hex 13 34 7C 55 3A 0 33 DD 49 1C
Octal 23 64 174 125 72 0 63 335 111 34
Binary 10011 110100 1111100 1010101 111010 0 110011 11011101 1001001 11100

Color Harmonies of #13347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13347C

Black with #13347C

Text Example


Text Example

White with #13347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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