Html Css Color HEX #094652 Sherpa Blue

📋 copy color: '#094652'

red 9 ◦ green 70 ◦ blue 82

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

Shades of Sherpa Blue #094652

Tints of Sherpa Blue #094652

RGB

 RED value IS 9 (3.91% from 255) = 5.59%

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 82 (32.42% from 255) = 50.93%

R = 5.59%
G = 43.48%
B = 50.93%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094652 (or 0x094652) is known color: Sherpa Blue. HEX triplet: 09, 46 and 52. RGB value is (9,70,82). Sum of RGB (Red+Green+Blue) = 9+70+82=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #094652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094652 is #F6B9AD. Grayscale: #353535. Windows color (decimal): -16169390 or 5391881. OLE color: 5391881.

HSL color Cylindrical-coordinate representation of color #094652: hue angle of 189.86º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094652 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 70 82 -
CMYK 0.89 0.15 0 0.68
HSL 189.86º 0.8% 0.18% -
HSV(B) 189.86º 0.89% 0.32% -
XYZ 3.83 5.05 8.76 -
YUV 53.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 9 70 82 0.89 0.15 0 0.68 189.86 0.8 0.18
Hex 9 46 52 59 F 0 44 BE 50 12
Octal 11 106 122 131 17 0 104 276 120 22
Binary 1001 1000110 1010010 1011001 1111 0 1000100 10111110 1010000 10010

Color Harmonies of #094652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094652

Black with #094652

Text Example


Text Example

White with #094652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094652; }

 p { color: rgb(9,70,82); }

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

background-color css

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

 a { background-color: rgb(9,70,82); }

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

border-color css

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

 span { border-color: rgb(9,70,82); }

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