Html Css Color HEX #13457F Dark Cerulean

📋 copy color: '#13457F'

red 19 ◦ green 69 ◦ blue 127

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

Shades of Dark Cerulean #13457F

Tints of Dark Cerulean #13457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 8.84%
G = 32.09%
B = 59.07%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13457F (or 0x13457F) is known color: Dark Cerulean. HEX triplet: 13, 45 and 7F. RGB value is (19,69,127). Sum of RGB (Red+Green+Blue) = 19+69+127=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #13457F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13457F is #ECBA80. Grayscale: #3C3C3C. Windows color (decimal): -15514241 or 8340755. OLE color: 8340755.

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

Color convert

RGB 19 69 127 -
CMYK 0.85 0.46 0 0.50
HSL 212.22º 0.74% 0.29% -
HSV(B) 212.22º 0.85% 0.5% -
XYZ 6.23 5.93 20.89 -
YUV 60.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 19 69 127 0.85 0.46 0 0.50 212.22 0.74 0.29
Hex 13 45 7F 55 2E 0 32 D4 4A 1D
Octal 23 105 177 125 56 0 62 324 112 35
Binary 10011 1000101 1111111 1010101 101110 0 110010 11010100 1001010 11101

Color Harmonies of #13457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13457F

Black with #13457F

Text Example


Text Example

White with #13457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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