Html Css Color HEX #13467F Dark Cerulean

📋 copy color: '#13467F'

red 19 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #13467F

Tints of Dark Cerulean #13467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 8.8%
G = 32.41%
B = 58.8%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13467F (or 0x13467F) is known color: Dark Cerulean. HEX triplet: 13, 46 and 7F. RGB value is (19,70,127). Sum of RGB (Red+Green+Blue) = 19+70+127=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #13467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13467F is #ECB980. Grayscale: #3C3C3C. Windows color (decimal): -15513985 or 8341011. OLE color: 8341011.

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

Color convert

RGB 19 70 127 -
CMYK 0.85 0.45 0 0.50
HSL 211.67º 0.74% 0.29% -
HSV(B) 211.67º 0.85% 0.5% -
XYZ 6.29 6.05 20.92 -
YUV 61.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 19 70 127 0.85 0.45 0 0.50 211.67 0.74 0.29
Hex 13 46 7F 55 2D 0 32 D4 4A 1D
Octal 23 106 177 125 55 0 62 324 112 35
Binary 10011 1000110 1111111 1010101 101101 0 110010 11010100 1001010 11101

Color Harmonies of #13467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13467F

Black with #13467F

Text Example


Text Example

White with #13467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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