Html Css Color HEX #01337F Dark Cerulean

📋 copy color: '#01337F'

red 1 ◦ green 51 ◦ blue 127

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

Shades of Dark Cerulean #01337F

Tints of Dark Cerulean #01337F

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 0.56%
G = 28.49%
B = 70.95%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01337F (or 0x01337F) is known color: Dark Cerulean. HEX triplet: 01, 33 and 7F. RGB value is (1,51,127). Sum of RGB (Red+Green+Blue) = 1+51+127=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #01337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01337F is #FECC80. Grayscale: #2C2C2C. Windows color (decimal): -16698497 or 8336129. OLE color: 8336129.

HSL color Cylindrical-coordinate representation of color #01337F: hue angle of 216.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01337F is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 51 127 -
CMYK 0.99 0.60 0 0.50
HSL 216.19º 0.98% 0.25% -
HSV(B) 216.19º 0.99% 0.5% -
XYZ 5.03 3.91 20.57 -
YUV 44.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 1 51 127 0.99 0.60 0 0.50 216.19 0.98 0.25
Hex 1 33 7F 63 3C 0 32 D8 62 19
Octal 1 63 177 143 74 0 62 330 142 31
Binary 1 110011 1111111 1100011 111100 0 110010 11011000 1100010 11001

Color Harmonies of #01337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01337F

Black with #01337F

Text Example


Text Example

White with #01337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,51,127); }

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

background-color css

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

 a { background-color: rgb(1,51,127); }

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

border-color css

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

 span { border-color: rgb(1,51,127); }

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