Html Css Color HEX #02454C Sherpa Blue

📋 copy color: '#02454C'

red 2 ◦ green 69 ◦ blue 76

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

Shades of Sherpa Blue #02454C

Tints of Sherpa Blue #02454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 1.36%
G = 46.94%
B = 51.7%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02454C (or 0x02454C) is known color: Sherpa Blue. HEX triplet: 02, 45 and 4C. RGB value is (2,69,76). Sum of RGB (Red+Green+Blue) = 2+69+76=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #02454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02454C is #FDBAB3. Grayscale: #313131. Windows color (decimal): -16628404 or 4998402. OLE color: 4998402.

HSL color Cylindrical-coordinate representation of color #02454C: hue angle of 185.68º 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 #02454C is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 69 76 -
CMYK 0.97 0.09 0 0.70
HSL 185.68º 0.95% 0.15% -
HSV(B) 185.68º 0.97% 0.3% -
XYZ 3.46 4.79 7.58 -
YUV 49.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 2 69 76 0.97 0.09 0 0.70 185.68 0.95 0.15
Hex 2 45 4C 61 9 0 46 BA 5F F
Octal 2 105 114 141 11 0 106 272 137 17
Binary 10 1000101 1001100 1100001 1001 0 1000110 10111010 1011111 1111

Color Harmonies of #02454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02454C

Black with #02454C

Text Example


Text Example

White with #02454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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