Html Css Color HEX #02363F Sherpa Blue

📋 copy color: '#02363F'

red 2 ◦ green 54 ◦ blue 63

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

Shades of Sherpa Blue #02363F

Tints of Sherpa Blue #02363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.38%

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

R = 1.68%
G = 45.38%
B = 52.94%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#02363F (or 0x02363F) is known color: Sherpa Blue. HEX triplet: 02, 36 and 3F. RGB value is (2,54,63). Sum of RGB (Red+Green+Blue) = 2+54+63=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #02363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02363F is #FDC9C0. Grayscale: #272727. Windows color (decimal): -16632257 or 4142594. OLE color: 4142594.

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

Color convert

RGB 2 54 63 -
CMYK 0.97 0.14 0 0.75
HSL 188.85º 0.94% 0.13% -
HSV(B) 188.85º 0.97% 0.25% -
XYZ 2.24 3.01 5.17 -
YUV 39.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 2 54 63 0.97 0.14 0 0.75 188.85 0.94 0.13
Hex 2 36 3F 61 E 0 4B BD 5E D
Octal 2 66 77 141 16 0 113 275 136 15
Binary 10 110110 111111 1100001 1110 0 1001011 10111101 1011110 1101

Color Harmonies of #02363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02363F

Black with #02363F

Text Example


Text Example

White with #02363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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