Html Css Color HEX #0B087A Navy

📋 copy color: '#0B087A'

red 11 ◦ green 8 ◦ blue 122

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

Shades of Navy #0B087A

Tints of Navy #0B087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 122 (48.05% from 255) = 86.52%

R = 7.8%
G = 5.67%
B = 86.52%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B087A (or 0x0B087A) is known color: Navy. HEX triplet: 0B, 08 and 7A. RGB value is (11,8,122). Sum of RGB (Red+Green+Blue) = 11+8+122=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 122 (48.05% from 255 or 86.52% from 141); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B087A is #F4F785. Grayscale: #151515. Windows color (decimal): -16054150 or 7997451. OLE color: 7997451.

HSL color Cylindrical-coordinate representation of color #0B087A: hue angle of 241.58º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B087A is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 8 122 -
CMYK 0.91 0.93 0 0.52
HSL 241.58º 0.88% 0.25% -
HSV(B) 241.58º 0.93% 0.48% -
XYZ 3.74 1.65 18.53 -
YUV 21.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 11 8 122 0.91 0.93 0 0.52 241.58 0.88 0.25
Hex B 8 7A 5B 5D 0 34 F2 58 19
Octal 13 10 172 133 135 0 64 362 130 31
Binary 1011 1000 1111010 1011011 1011101 0 110100 11110010 1011000 11001

Color Harmonies of #0B087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B087A

Black with #0B087A

Text Example


Text Example

White with #0B087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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