Html Css Color HEX #00425C Sherpa Blue

📋 copy color: '#00425C'

red 0 ◦ green 66 ◦ blue 92

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

Shades of Sherpa Blue #00425C

Tints of Sherpa Blue #00425C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 41.77%

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

R = 0%
G = 41.77%
B = 58.23%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00425C (or 0x00425C) is known color: Sherpa Blue. HEX triplet: 00, 42 and 5C. RGB value is (0,66,92). Sum of RGB (Red+Green+Blue) = 0+66+92=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #00425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00425C is #FFBDA3. Grayscale: #313131. Windows color (decimal): -16760228 or 6046208. OLE color: 6046208.

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

Color convert

RGB 0 66 92 -
CMYK 1 0.28 0 0.64
HSL 196.96º 1% 0.18% -
HSV(B) 196.96º 1% 0.36% -
XYZ 3.88 4.67 10.82 -
YUV 49.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 0 66 92 1 0.28 0 0.64 196.96 1 0.18
Hex 0 42 5C 64 1C 0 40 C5 64 12
Octal 0 102 134 144 34 0 100 305 144 22
Binary 0 1000010 1011100 1100100 11100 0 1000000 11000101 1100100 10010

Color Harmonies of #00425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00425C

Black with #00425C

Text Example


Text Example

White with #00425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,66,92); }

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

background-color css

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

 a { background-color: rgb(0,66,92); }

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

border-color css

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

 span { border-color: rgb(0,66,92); }

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