Html Css Color HEX #13507C Dark Cerulean

📋 copy color: '#13507C'

red 19 ◦ green 80 ◦ blue 124

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

Shades of Dark Cerulean #13507C

Tints of Dark Cerulean #13507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 8.52%
G = 35.87%
B = 55.61%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13507C (or 0x13507C) is known color: Dark Cerulean. HEX triplet: 13, 50 and 7C. RGB value is (19,80,124). Sum of RGB (Red+Green+Blue) = 19+80+124=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #13507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13507C is #ECAF83. Grayscale: #424242. Windows color (decimal): -15511428 or 8146963. OLE color: 8146963.

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

Color convert

RGB 19 80 124 -
CMYK 0.85 0.35 0 0.51
HSL 205.14º 0.73% 0.28% -
HSV(B) 205.14º 0.85% 0.49% -
XYZ 6.78 7.33 20.13 -
YUV 66.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 19 80 124 0.85 0.35 0 0.51 205.14 0.73 0.28
Hex 13 50 7C 55 23 0 33 CD 49 1C
Octal 23 120 174 125 43 0 63 315 111 34
Binary 10011 1010000 1111100 1010101 100011 0 110011 11001101 1001001 11100

Color Harmonies of #13507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13507C

Black with #13507C

Text Example


Text Example

White with #13507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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