#0B0278

Color #0B0278 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0B0278

Tints of Navy #0B0278

Color information

#0B0278 (or 0x0B0278) is unknown color: approx Navy. HEX triplet: 0B, 02 and 78. RGB value is (11,2,120). Sum of RGB (Red+Green+Blue) = 11+2+120=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 120 (47.27% from 255 or 90.23% from 133); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B0278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0278 is #F4FD87. Grayscale: #111111. Windows color (decimal): -16055688 or 7864843. OLE color: 7864843.

HSL color Cylindrical-coordinate representation of color #0B0278: hue angle of 244.58º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0278 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112120-
CMYK0.910.9800.53
HSL244.58º96.72%23.92%-
HSV(B)244.58º98.33%47.06%-
XYZ3.551.4717.87-
YUV18.14185.48122.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.27%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 120 (47.27% from 255) = 90.23%
R=8.27%
G=1.50%
B=90.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121200.910.9800.53244.5896.7223.92
HexB2785B62035f56118
Octal13217013314206536514130
Binary101110111100010110111100010011010111110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,120); }

 H1.HeaderClassName
 {
   color: #0B0278;
 }
 .AnyTagClassName
 {
   color: #0B0278;
 }
</style>
background-color css

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

 a { background-color: rgb(11,2,120); }

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

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

 span { border-color: rgb(11,2,120); }

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