Html Css Color HEX #13397C Dark Cerulean

📋 copy color: '#13397C'

red 19 ◦ green 57 ◦ blue 124

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

Shades of Dark Cerulean #13397C

Tints of Dark Cerulean #13397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.5%

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

R = 9.5%
G = 28.5%
B = 62%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13397C (or 0x13397C) is known color: Dark Cerulean. HEX triplet: 13, 39 and 7C. RGB value is (19,57,124). Sum of RGB (Red+Green+Blue) = 19+57+124=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #13397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13397C is #ECC683. Grayscale: #343434. Windows color (decimal): -15517316 or 8141075. OLE color: 8141075.

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

Color convert

RGB 19 57 124 -
CMYK 0.85 0.54 0 0.51
HSL 218.29º 0.73% 0.28% -
HSV(B) 218.29º 0.85% 0.49% -
XYZ 5.37 4.52 19.66 -
YUV 53.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 19 57 124 0.85 0.54 0 0.51 218.29 0.73 0.28
Hex 13 39 7C 55 36 0 33 DA 49 1C
Octal 23 71 174 125 66 0 63 332 111 34
Binary 10011 111001 1111100 1010101 110110 0 110011 11011010 1001001 11100

Color Harmonies of #13397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13397C

Black with #13397C

Text Example


Text Example

White with #13397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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