Html Css Color HEX #13437F Dark Cerulean

📋 copy color: '#13437F'

red 19 ◦ green 67 ◦ blue 127

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

Shades of Dark Cerulean #13437F

Tints of Dark Cerulean #13437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 8.92%
G = 31.46%
B = 59.62%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13437F (or 0x13437F) is known color: Dark Cerulean. HEX triplet: 13, 43 and 7F. RGB value is (19,67,127). Sum of RGB (Red+Green+Blue) = 19+67+127=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #13437F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13437F is #ECBC80. Grayscale: #3B3B3B. Windows color (decimal): -15514753 or 8340243. OLE color: 8340243.

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

Color convert

RGB 19 67 127 -
CMYK 0.85 0.47 0 0.50
HSL 213.33º 0.74% 0.29% -
HSV(B) 213.33º 0.85% 0.5% -
XYZ 6.11 5.69 20.85 -
YUV 59.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 19 67 127 0.85 0.47 0 0.50 213.33 0.74 0.29
Hex 13 43 7F 55 2F 0 32 D5 4A 1D
Octal 23 103 177 125 57 0 62 325 112 35
Binary 10011 1000011 1111111 1010101 101111 0 110010 11010101 1001010 11101

Color Harmonies of #13437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13437F

Black with #13437F

Text Example


Text Example

White with #13437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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