Html Css Color HEX #0B7ABF Navy Blue

📋 copy color: '#0B7ABF'

red 11 ◦ green 122 ◦ blue 191

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

Shades of Navy Blue #0B7ABF

Tints of Navy Blue #0B7ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

 BLUE value IS 191 (75% from 255) = 58.95%

R = 3.4%
G = 37.65%
B = 58.95%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B7ABF (or 0x0B7ABF) is known color: Navy Blue. HEX triplet: 0B, 7A and BF. RGB value is (11,122,191). Sum of RGB (Red+Green+Blue) = 11+122+191=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B7ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7ABF is #F48540. Grayscale: #606060. Windows color (decimal): -16024897 or 12548619. OLE color: 12548619.

HSL color Cylindrical-coordinate representation of color #0B7ABF: hue angle of 203º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7ABF is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 122 191 -
CMYK 0.94 0.36 0 0.25
HSL 203º 0.89% 0.4% -
HSV(B) 203º 0.94% 0.75% -
XYZ 16.5 17.75 51.85 -
YUV 96.68 181.23 66.89 -
System Red Green Blue C M Y K H S L
Decimal 11 122 191 0.94 0.36 0 0.25 203 0.89 0.4
Hex B 7A BF 5E 24 0 19 CB 59 28
Octal 13 172 277 136 44 0 31 313 131 50
Binary 1011 1111010 10111111 1011110 100100 0 11001 11001011 1011001 101000

Color Harmonies of #0B7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7ABF

Black with #0B7ABF

Text Example


Text Example

White with #0B7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,122,191); }

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

background-color css

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

 a { background-color: rgb(11,122,191); }

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

border-color css

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

 span { border-color: rgb(11,122,191); }

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