Html Css Color HEX #02454D Sherpa Blue

📋 copy color: '#02454D'

red 2 ◦ green 69 ◦ blue 77

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

Shades of Sherpa Blue #02454D

Tints of Sherpa Blue #02454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 1.35%
G = 46.62%
B = 52.03%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02454D (or 0x02454D) is known color: Sherpa Blue. HEX triplet: 02, 45 and 4D. RGB value is (2,69,77). Sum of RGB (Red+Green+Blue) = 2+69+77=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #02454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02454D is #FDBAB2. Grayscale: #313131. Windows color (decimal): -16628403 or 5063938. OLE color: 5063938.

HSL color Cylindrical-coordinate representation of color #02454D: hue angle of 186.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02454D is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 69 77 -
CMYK 0.97 0.10 0 0.70
HSL 186.4º 0.95% 0.15% -
HSV(B) 186.4º 0.97% 0.3% -
XYZ 3.49 4.8 7.76 -
YUV 49.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 2 69 77 0.97 0.10 0 0.70 186.4 0.95 0.15
Hex 2 45 4D 61 A 0 46 BA 5F F
Octal 2 105 115 141 12 0 106 272 137 17
Binary 10 1000101 1001101 1100001 1010 0 1000110 10111010 1011111 1111

Color Harmonies of #02454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02454D

Black with #02454D

Text Example


Text Example

White with #02454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02454D; }

 p { color: rgb(2,69,77); }

 H1.HeaderClassName
 {
   color: #02454D;
 }
 .AnyTagClassName
 {
   color: #02454D;
 }
</style>

background-color css

<style>
 a { background-color: #02454D; }

 a { background-color: rgb(2,69,77); }

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

border-color css

<style>
 span { border-color: #02454D; }

 span { border-color: rgb(2,69,77); }

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