Html Css Color HEX #00313F Sherpa Blue

📋 copy color: '#00313F'

red 0 ◦ green 49 ◦ blue 63

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

Shades of Sherpa Blue #00313F

Tints of Sherpa Blue #00313F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 43.75%

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

R = 0%
G = 43.75%
B = 56.25%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#00313F (or 0x00313F) is known color: Sherpa Blue. HEX triplet: 00, 31 and 3F. RGB value is (0,49,63). Sum of RGB (Red+Green+Blue) = 0+49+63=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #00313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00313F is #FFCEC0. Grayscale: #232323. Windows color (decimal): -16764609 or 4141312. OLE color: 4141312.

HSL color Cylindrical-coordinate representation of color #00313F: hue angle of 193.33º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00313F is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 49 63 -
CMYK 1 0.22 0 0.75
HSL 193.33º 1% 0.12% -
HSV(B) 193.33º 1% 0.25% -
XYZ 2 2.56 5.09 -
YUV 35.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 0 49 63 1 0.22 0 0.75 193.33 1 0.12
Hex 0 31 3F 64 16 0 4B C1 64 C
Octal 0 61 77 144 26 0 113 301 144 14
Binary 0 110001 111111 1100100 10110 0 1001011 11000001 1100100 1100

Color Harmonies of #00313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00313F

Black with #00313F

Text Example


Text Example

White with #00313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,49,63); }

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

background-color css

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

 a { background-color: rgb(0,49,63); }

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

border-color css

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

 span { border-color: rgb(0,49,63); }

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