Html Css Color HEX #02455C Sherpa Blue

📋 copy color: '#02455C'

red 2 ◦ green 69 ◦ blue 92

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

Shades of Sherpa Blue #02455C

Tints of Sherpa Blue #02455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.44%

R = 1.23%
G = 42.33%
B = 56.44%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02455C (or 0x02455C) is known color: Sherpa Blue. HEX triplet: 02, 45 and 5C. RGB value is (2,69,92). Sum of RGB (Red+Green+Blue) = 2+69+92=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #02455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02455C is #FDBAA3. Grayscale: #333333. Windows color (decimal): -16628388 or 6046978. OLE color: 6046978.

HSL color Cylindrical-coordinate representation of color #02455C: hue angle of 195.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02455C is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 69 92 -
CMYK 0.98 0.25 0 0.64
HSL 195.33º 0.96% 0.18% -
HSV(B) 195.33º 0.98% 0.36% -
XYZ 4.08 5.04 10.88 -
YUV 51.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 2 69 92 0.98 0.25 0 0.64 195.33 0.96 0.18
Hex 2 45 5C 62 19 0 40 C3 60 12
Octal 2 105 134 142 31 0 100 303 140 22
Binary 10 1000101 1011100 1100010 11001 0 1000000 11000011 1100000 10010

Color Harmonies of #02455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02455C

Black with #02455C

Text Example


Text Example

White with #02455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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