Html Css Color HEX #01343F Sherpa Blue

📋 copy color: '#01343F'

red 1 ◦ green 52 ◦ blue 63

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

Shades of Sherpa Blue #01343F

Tints of Sherpa Blue #01343F

RGB

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

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

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

R = 0.86%
G = 44.83%
B = 54.31%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01343F (or 0x01343F) is known color: Sherpa Blue. HEX triplet: 01, 34 and 3F. RGB value is (1,52,63). Sum of RGB (Red+Green+Blue) = 1+52+63=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #01343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343F is #FECBC0. Grayscale: #252525. Windows color (decimal): -16698305 or 4142081. OLE color: 4142081.

HSL color Cylindrical-coordinate representation of color #01343F: hue angle of 190.65º 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 #01343F is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 52 63 -
CMYK 0.98 0.17 0 0.75
HSL 190.65º 0.97% 0.13% -
HSV(B) 190.65º 0.98% 0.25% -
XYZ 2.14 2.82 5.13 -
YUV 38.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 1 52 63 0.98 0.17 0 0.75 190.65 0.97 0.13
Hex 1 34 3F 62 11 0 4B BF 61 D
Octal 1 64 77 142 21 0 113 277 141 15
Binary 1 110100 111111 1100010 10001 0 1001011 10111111 1100001 1101

Color Harmonies of #01343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01343F

Black with #01343F

Text Example


Text Example

White with #01343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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