Html Css Color HEX #0B097C Navy

📋 copy color: '#0B097C'

red 11 ◦ green 9 ◦ blue 124

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

Shades of Navy #0B097C

Tints of Navy #0B097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

 BLUE value IS 124 (48.83% from 255) = 86.11%

R = 7.64%
G = 6.25%
B = 86.11%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B097C (or 0x0B097C) is known color: Navy. HEX triplet: 0B, 09 and 7C. RGB value is (11,9,124). Sum of RGB (Red+Green+Blue) = 11+9+124=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B097C is #F4F683. Grayscale: #161616. Windows color (decimal): -16053892 or 8128779. OLE color: 8128779.

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

Color convert

RGB 11 9 124 -
CMYK 0.91 0.93 0 0.51
HSL 241.04º 0.86% 0.26% -
HSV(B) 241.04º 0.93% 0.49% -
XYZ 3.87 1.72 19.2 -
YUV 22.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 11 9 124 0.91 0.93 0 0.51 241.04 0.86 0.26
Hex B 9 7C 5B 5D 0 33 F1 56 1A
Octal 13 11 174 133 135 0 63 361 126 32
Binary 1011 1001 1111100 1011011 1011101 0 110011 11110001 1010110 11010

Color Harmonies of #0B097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B097C

Black with #0B097C

Text Example


Text Example

White with #0B097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,9,124); }

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

background-color css

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

 a { background-color: rgb(11,9,124); }

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

border-color css

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

 span { border-color: rgb(11,9,124); }

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