Html Css Color HEX #0B087D Navy

📋 copy color: '#0B087D'

red 11 ◦ green 8 ◦ blue 125

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

Shades of Navy #0B087D

Tints of Navy #0B087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 86.81%

R = 7.64%
G = 5.56%
B = 86.81%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B087D (or 0x0B087D) is known color: Navy. HEX triplet: 0B, 08 and 7D. RGB value is (11,8,125). Sum of RGB (Red+Green+Blue) = 11+8+125=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B087D is #F4F782. Grayscale: #151515. Windows color (decimal): -16054147 or 8194059. OLE color: 8194059.

HSL color Cylindrical-coordinate representation of color #0B087D: hue angle of 241.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B087D is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 8 125 -
CMYK 0.91 0.94 0 0.51
HSL 241.54º 0.88% 0.26% -
HSV(B) 241.54º 0.94% 0.49% -
XYZ 3.93 1.73 19.53 -
YUV 22.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 11 8 125 0.91 0.94 0 0.51 241.54 0.88 0.26
Hex B 8 7D 5B 5E 0 33 F2 58 1A
Octal 13 10 175 133 136 0 63 362 130 32
Binary 1011 1000 1111101 1011011 1011110 0 110011 11110010 1011000 11010

Color Harmonies of #0B087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B087D

Black with #0B087D

Text Example


Text Example

White with #0B087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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