Html Css Color HEX #0B0274 Navy

📋 copy color: '#0B0274'

red 11 ◦ green 2 ◦ blue 116

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

Shades of Navy #0B0274

Tints of Navy #0B0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 116 (45.7% from 255) = 89.92%

R = 8.53%
G = 1.55%
B = 89.92%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B0274 (or 0x0B0274) is known color: Navy. HEX triplet: 0B, 02 and 74. RGB value is (11,2,116). Sum of RGB (Red+Green+Blue) = 11+2+116=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B0274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0274 is #F4FD8B. Grayscale: #111111. Windows color (decimal): -16055692 or 7602699. OLE color: 7602699.

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

Color convert

RGB 11 2 116 -
CMYK 0.91 0.98 0 0.55
HSL 244.74º 0.97% 0.23% -
HSV(B) 244.74º 0.98% 0.45% -
XYZ 3.31 1.38 16.61 -
YUV 17.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 11 2 116 0.91 0.98 0 0.55 244.74 0.97 0.23
Hex B 2 74 5B 62 0 37 F5 61 17
Octal 13 2 164 133 142 0 67 365 141 27
Binary 1011 10 1110100 1011011 1100010 0 110111 11110101 1100001 10111

Color Harmonies of #0B0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0274

Black with #0B0274

Text Example


Text Example

White with #0B0274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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