Html Css Color HEX #02394E Sherpa Blue

📋 copy color: '#02394E'

red 2 ◦ green 57 ◦ blue 78

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

Shades of Sherpa Blue #02394E

Tints of Sherpa Blue #02394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

 BLUE value IS 78 (30.86% from 255) = 56.93%

R = 1.46%
G = 41.61%
B = 56.93%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02394E (or 0x02394E) is known color: Sherpa Blue. HEX triplet: 02, 39 and 4E. RGB value is (2,57,78). Sum of RGB (Red+Green+Blue) = 2+57+78=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #02394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02394E is #FDC6B1. Grayscale: #2A2A2A. Windows color (decimal): -16631474 or 5126402. OLE color: 5126402.

HSL color Cylindrical-coordinate representation of color #02394E: hue angle of 196.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02394E is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 57 78 -
CMYK 0.97 0.27 0 0.69
HSL 196.58º 0.95% 0.16% -
HSV(B) 196.58º 0.97% 0.31% -
XYZ 2.86 3.49 7.73 -
YUV 42.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 2 57 78 0.97 0.27 0 0.69 196.58 0.95 0.16
Hex 2 39 4E 61 1B 0 45 C5 5F 10
Octal 2 71 116 141 33 0 105 305 137 20
Binary 10 111001 1001110 1100001 11011 0 1000101 11000101 1011111 10000

Color Harmonies of #02394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02394E

Black with #02394E

Text Example


Text Example

White with #02394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02394E; }

 p { color: rgb(2,57,78); }

 H1.HeaderClassName
 {
   color: #02394E;
 }
 .AnyTagClassName
 {
   color: #02394E;
 }
</style>

background-color css

<style>
 a { background-color: #02394E; }

 a { background-color: rgb(2,57,78); }

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

border-color css

<style>
 span { border-color: #02394E; }

 span { border-color: rgb(2,57,78); }

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