Html Css Color HEX #00485D Sherpa Blue

📋 copy color: '#00485D'

red 0 ◦ green 72 ◦ blue 93

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

Shades of Sherpa Blue #00485D

Tints of Sherpa Blue #00485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 0%
G = 43.64%
B = 56.36%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00485D (or 0x00485D) is known color: Sherpa Blue. HEX triplet: 00, 48 and 5D. RGB value is (0,72,93). Sum of RGB (Red+Green+Blue) = 0+72+93=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #00485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00485D is #FFB7A2. Grayscale: #343434. Windows color (decimal): -16758691 or 6113280. OLE color: 6113280.

HSL color Cylindrical-coordinate representation of color #00485D: hue angle of 193.55º 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 #00485D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 72 93 -
CMYK 1 0.23 0 0.64
HSL 193.55º 1% 0.18% -
HSV(B) 193.55º 1% 0.36% -
XYZ 4.29 5.43 11.18 -
YUV 52.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 0 72 93 1 0.23 0 0.64 193.55 1 0.18
Hex 0 48 5D 64 17 0 40 C2 64 12
Octal 0 110 135 144 27 0 100 302 144 22
Binary 0 1001000 1011101 1100100 10111 0 1000000 11000010 1100100 10010

Color Harmonies of #00485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00485D

Black with #00485D

Text Example


Text Example

White with #00485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,72,93); }

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

background-color css

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

 a { background-color: rgb(0,72,93); }

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

border-color css

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

 span { border-color: rgb(0,72,93); }

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