Html Css Color HEX #13487C Dark Cerulean

📋 copy color: '#13487C'

red 19 ◦ green 72 ◦ blue 124

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

Shades of Dark Cerulean #13487C

Tints of Dark Cerulean #13487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

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

R = 8.84%
G = 33.49%
B = 57.67%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13487C (or 0x13487C) is known color: Dark Cerulean. HEX triplet: 13, 48 and 7C. RGB value is (19,72,124). Sum of RGB (Red+Green+Blue) = 19+72+124=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #13487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13487C is #ECB783. Grayscale: #3D3D3D. Windows color (decimal): -15513476 or 8144915. OLE color: 8144915.

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

Color convert

RGB 19 72 124 -
CMYK 0.85 0.42 0 0.51
HSL 209.71º 0.73% 0.28% -
HSV(B) 209.71º 0.85% 0.49% -
XYZ 6.22 6.23 19.94 -
YUV 62.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 19 72 124 0.85 0.42 0 0.51 209.71 0.73 0.28
Hex 13 48 7C 55 2A 0 33 D2 49 1C
Octal 23 110 174 125 52 0 63 322 111 34
Binary 10011 1001000 1111100 1010101 101010 0 110011 11010010 1001001 11100

Color Harmonies of #13487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13487C

Black with #13487C

Text Example


Text Example

White with #13487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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