Html Css Color HEX #0B7ADE Navy Blue

📋 copy color: '#0B7ADE'

red 11 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #0B7ADE

Tints of Navy Blue #0B7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 3.1%
G = 34.37%
B = 62.54%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B7ADE (or 0x0B7ADE) is known color: Navy Blue. HEX triplet: 0B, 7A and DE. RGB value is (11,122,222). Sum of RGB (Red+Green+Blue) = 11+122+222=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B7ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7ADE is #F48521. Grayscale: #636363. Windows color (decimal): -16024866 or 14580235. OLE color: 14580235.

HSL color Cylindrical-coordinate representation of color #0B7ADE: hue angle of 208.44º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7ADE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 122 222 -
CMYK 0.95 0.45 0 0.13
HSL 208.44º 0.91% 0.46% -
HSV(B) 208.44º 0.95% 0.87% -
XYZ 20.28 19.26 71.76 -
YUV 100.21 196.73 64.37 -
System Red Green Blue C M Y K H S L
Decimal 11 122 222 0.95 0.45 0 0.13 208.44 0.91 0.46
Hex B 7A DE 5F 2D 0 D D0 5B 2E
Octal 13 172 336 137 55 0 15 320 133 56
Binary 1011 1111010 11011110 1011111 101101 0 1101 11010000 1011011 101110

Color Harmonies of #0B7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7ADE

Black with #0B7ADE

Text Example


Text Example

White with #0B7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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