Html Css Color HEX #13347F Dark Cerulean

📋 copy color: '#13347F'

red 19 ◦ green 52 ◦ blue 127

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

Shades of Dark Cerulean #13347F

Tints of Dark Cerulean #13347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

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

R = 9.6%
G = 26.26%
B = 64.14%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13347F (or 0x13347F) is known color: Dark Cerulean. HEX triplet: 13, 34 and 7F. RGB value is (19,52,127). Sum of RGB (Red+Green+Blue) = 19+52+127=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #13347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13347F is #ECCB80. Grayscale: #323232. Windows color (decimal): -15518593 or 8336403. OLE color: 8336403.

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

Color convert

RGB 19 52 127 -
CMYK 0.85 0.59 0 0.50
HSL 221.67º 0.74% 0.29% -
HSV(B) 221.67º 0.85% 0.5% -
XYZ 5.33 4.13 20.59 -
YUV 50.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 19 52 127 0.85 0.59 0 0.50 221.67 0.74 0.29
Hex 13 34 7F 55 3B 0 32 DE 4A 1D
Octal 23 64 177 125 73 0 62 336 112 35
Binary 10011 110100 1111111 1010101 111011 0 110010 11011110 1001010 11101

Color Harmonies of #13347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13347F

Black with #13347F

Text Example


Text Example

White with #13347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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