Html Css Color HEX #01333F Sherpa Blue

📋 copy color: '#01333F'

red 1 ◦ green 51 ◦ blue 63

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

Shades of Sherpa Blue #01333F

Tints of Sherpa Blue #01333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 54.78%

R = 0.87%
G = 44.35%
B = 54.78%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01333F (or 0x01333F) is known color: Sherpa Blue. HEX triplet: 01, 33 and 3F. RGB value is (1,51,63). Sum of RGB (Red+Green+Blue) = 1+51+63=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #01333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01333F is #FECCC0. Grayscale: #252525. Windows color (decimal): -16698561 or 4141825. OLE color: 4141825.

HSL color Cylindrical-coordinate representation of color #01333F: hue angle of 191.61º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01333F is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 51 63 -
CMYK 0.98 0.19 0 0.75
HSL 191.61º 0.97% 0.13% -
HSV(B) 191.61º 0.98% 0.25% -
XYZ 2.09 2.73 5.12 -
YUV 37.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 1 51 63 0.98 0.19 0 0.75 191.61 0.97 0.13
Hex 1 33 3F 62 13 0 4B C0 61 D
Octal 1 63 77 142 23 0 113 300 141 15
Binary 1 110011 111111 1100010 10011 0 1001011 11000000 1100001 1101

Color Harmonies of #01333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01333F

Black with #01333F

Text Example


Text Example

White with #01333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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