Html Css Color HEX #00455A Sherpa Blue

📋 copy color: '#00455A'

red 0 ◦ green 69 ◦ blue 90

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

Shades of Sherpa Blue #00455A

Tints of Sherpa Blue #00455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 0%
G = 43.4%
B = 56.6%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00455A (or 0x00455A) is known color: Sherpa Blue. HEX triplet: 00, 45 and 5A. RGB value is (0,69,90). Sum of RGB (Red+Green+Blue) = 0+69+90=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #00455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00455A is #FFBAA5. Grayscale: #323232. Windows color (decimal): -16759462 or 5915904. OLE color: 5915904.

HSL color Cylindrical-coordinate representation of color #00455A: hue angle of 194º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00455A is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 69 90 -
CMYK 1 0.23 0 0.65
HSL 194º 1% 0.18% -
HSV(B) 194º 1% 0.35% -
XYZ 3.97 4.99 10.43 -
YUV 50.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 0 69 90 1 0.23 0 0.65 194 1 0.18
Hex 0 45 5A 64 17 0 41 C2 64 12
Octal 0 105 132 144 27 0 101 302 144 22
Binary 0 1000101 1011010 1100100 10111 0 1000001 11000010 1100100 10010

Color Harmonies of #00455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00455A

Black with #00455A

Text Example


Text Example

White with #00455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00455A; }

 p { color: rgb(0,69,90); }

 H1.HeaderClassName
 {
   color: #00455A;
 }
 .AnyTagClassName
 {
   color: #00455A;
 }
</style>

background-color css

<style>
 a { background-color: #00455A; }

 a { background-color: rgb(0,69,90); }

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

border-color css

<style>
 span { border-color: #00455A; }

 span { border-color: rgb(0,69,90); }

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