Html Css Color HEX #13387F Dark Cerulean

📋 copy color: '#13387F'

red 19 ◦ green 56 ◦ blue 127

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

Shades of Dark Cerulean #13387F

Tints of Dark Cerulean #13387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

 BLUE value IS 127 (50% from 255) = 62.87%

R = 9.41%
G = 27.72%
B = 62.87%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13387F (or 0x13387F) is known color: Dark Cerulean. HEX triplet: 13, 38 and 7F. RGB value is (19,56,127). Sum of RGB (Red+Green+Blue) = 19+56+127=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #13387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13387F is #ECC780. Grayscale: #343434. Windows color (decimal): -15517569 or 8337427. OLE color: 8337427.

HSL color Cylindrical-coordinate representation of color #13387F: hue angle of 219.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13387F is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 56 127 -
CMYK 0.85 0.56 0 0.50
HSL 219.44º 0.74% 0.29% -
HSV(B) 219.44º 0.85% 0.5% -
XYZ 5.51 4.5 20.66 -
YUV 53.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 19 56 127 0.85 0.56 0 0.50 219.44 0.74 0.29
Hex 13 38 7F 55 38 0 32 DB 4A 1D
Octal 23 70 177 125 70 0 62 333 112 35
Binary 10011 111000 1111111 1010101 111000 0 110010 11011011 1001010 11101

Color Harmonies of #13387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13387F

Black with #13387F

Text Example


Text Example

White with #13387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13387F; }

 p { color: rgb(19,56,127); }

 H1.HeaderClassName
 {
   color: #13387F;
 }
 .AnyTagClassName
 {
   color: #13387F;
 }
</style>

background-color css

<style>
 a { background-color: #13387F; }

 a { background-color: rgb(19,56,127); }

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

border-color css

<style>
 span { border-color: #13387F; }

 span { border-color: rgb(19,56,127); }

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