Html Css Color HEX #02373F Sherpa Blue

📋 copy color: '#02373F'

red 2 ◦ green 55 ◦ blue 63

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

Shades of Sherpa Blue #02373F

Tints of Sherpa Blue #02373F

RGB

 RED value IS 2 (1.17% from 255) = 1.67%

 GREEN value IS 55 (21.88% from 255) = 45.83%

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

R = 1.67%
G = 45.83%
B = 52.5%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#02373F (or 0x02373F) is known color: Sherpa Blue. HEX triplet: 02, 37 and 3F. RGB value is (2,55,63). Sum of RGB (Red+Green+Blue) = 2+55+63=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #02373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02373F is #FDC8C0. Grayscale: #272727. Windows color (decimal): -16632001 or 4142850. OLE color: 4142850.

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

Color convert

RGB 2 55 63 -
CMYK 0.97 0.13 0 0.75
HSL 187.87º 0.94% 0.13% -
HSV(B) 187.87º 0.97% 0.25% -
XYZ 2.29 3.1 5.18 -
YUV 40.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 2 55 63 0.97 0.13 0 0.75 187.87 0.94 0.13
Hex 2 37 3F 61 D 0 4B BC 5E D
Octal 2 67 77 141 15 0 113 274 136 15
Binary 10 110111 111111 1100001 1101 0 1001011 10111100 1011110 1101

Color Harmonies of #02373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02373F

Black with #02373F

Text Example


Text Example

White with #02373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,55,63); }

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

background-color css

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

 a { background-color: rgb(2,55,63); }

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

border-color css

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

 span { border-color: rgb(2,55,63); }

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