Html Css Color HEX #0B495A Sherpa Blue

📋 copy color: '#0B495A'

red 11 ◦ green 73 ◦ blue 90

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

Shades of Sherpa Blue #0B495A

Tints of Sherpa Blue #0B495A

RGB

 RED value IS 11 (4.69% from 255) = 6.32%

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 6.32%
G = 41.95%
B = 51.72%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B495A (or 0x0B495A) is known color: Sherpa Blue. HEX triplet: 0B, 49 and 5A. RGB value is (11,73,90). Sum of RGB (Red+Green+Blue) = 11+73+90=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B495A is #F4B6A5. Grayscale: #383838. Windows color (decimal): -16037542 or 5916939. OLE color: 5916939.

HSL color Cylindrical-coordinate representation of color #0B495A: hue angle of 192.91º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B495A is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 73 90 -
CMYK 0.88 0.19 0 0.65
HSL 192.91º 0.78% 0.2% -
HSV(B) 192.91º 0.88% 0.35% -
XYZ 4.37 5.57 10.52 -
YUV 56.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 11 73 90 0.88 0.19 0 0.65 192.91 0.78 0.2
Hex B 49 5A 58 13 0 41 C1 4E 14
Octal 13 111 132 130 23 0 101 301 116 24
Binary 1011 1001001 1011010 1011000 10011 0 1000001 11000001 1001110 10100

Color Harmonies of #0B495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B495A

Black with #0B495A

Text Example


Text Example

White with #0B495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B495A; }

 p { color: rgb(11,73,90); }

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

background-color css

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

 a { background-color: rgb(11,73,90); }

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

border-color css

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

 span { border-color: rgb(11,73,90); }

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