Html Css Color HEX #13407F Dark Cerulean

📋 copy color: '#13407F'

red 19 ◦ green 64 ◦ blue 127

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

Shades of Dark Cerulean #13407F

Tints of Dark Cerulean #13407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 9.05%
G = 30.48%
B = 60.48%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13407F (or 0x13407F) is known color: Dark Cerulean. HEX triplet: 13, 40 and 7F. RGB value is (19,64,127). Sum of RGB (Red+Green+Blue) = 19+64+127=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #13407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13407F is #ECBF80. Grayscale: #393939. Windows color (decimal): -15515521 or 8339475. OLE color: 8339475.

HSL color Cylindrical-coordinate representation of color #13407F: hue angle of 215º 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 #13407F is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 64 127 -
CMYK 0.85 0.50 0 0.50
HSL 215º 0.74% 0.29% -
HSV(B) 215º 0.85% 0.5% -
XYZ 5.93 5.34 20.8 -
YUV 57.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 19 64 127 0.85 0.50 0 0.50 215 0.74 0.29
Hex 13 40 7F 55 32 0 32 D7 4A 1D
Octal 23 100 177 125 62 0 62 327 112 35
Binary 10011 1000000 1111111 1010101 110010 0 110010 11010111 1001010 11101

Color Harmonies of #13407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13407F

Black with #13407F

Text Example


Text Example

White with #13407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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