Html Css Color HEX #13357C Dark Cerulean

📋 copy color: '#13357C'

red 19 ◦ green 53 ◦ blue 124

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

Shades of Dark Cerulean #13357C

Tints of Dark Cerulean #13357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 9.69%
G = 27.04%
B = 63.27%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13357C (or 0x13357C) is known color: Dark Cerulean. HEX triplet: 13, 35 and 7C. RGB value is (19,53,124). Sum of RGB (Red+Green+Blue) = 19+53+124=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #13357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13357C is #ECCA83. Grayscale: #323232. Windows color (decimal): -15518340 or 8140051. OLE color: 8140051.

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

Color convert

RGB 19 53 124 -
CMYK 0.85 0.57 0 0.51
HSL 220.57º 0.73% 0.28% -
HSV(B) 220.57º 0.85% 0.49% -
XYZ 5.18 4.14 19.59 -
YUV 50.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 19 53 124 0.85 0.57 0 0.51 220.57 0.73 0.28
Hex 13 35 7C 55 39 0 33 DD 49 1C
Octal 23 65 174 125 71 0 63 335 111 34
Binary 10011 110101 1111100 1010101 111001 0 110011 11011101 1001001 11100

Color Harmonies of #13357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13357C

Black with #13357C

Text Example


Text Example

White with #13357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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