Html Css Color HEX #0B73EC Navy Blue

📋 copy color: '#0B73EC'

red 11 ◦ green 115 ◦ blue 236

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

Shades of Navy Blue #0B73EC

Tints of Navy Blue #0B73EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 3.04%
G = 31.77%
B = 65.19%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B73EC (or 0x0B73EC) is known color: Navy Blue. HEX triplet: 0B, 73 and EC. RGB value is (11,115,236). Sum of RGB (Red+Green+Blue) = 11+115+236=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B73EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B73EC is #F48C13. Grayscale: #616161. Windows color (decimal): -16026644 or 15495947. OLE color: 15495947.

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

Color convert

RGB 11 115 236 -
CMYK 0.95 0.51 0 0.07
HSL 212.27º 0.91% 0.48% -
HSV(B) 212.27º 0.95% 0.93% -
XYZ 21.41 18.39 81.78 -
YUV 97.7 206.04 66.16 -
System Red Green Blue C M Y K H S L
Decimal 11 115 236 0.95 0.51 0 0.07 212.27 0.91 0.48
Hex B 73 EC 5F 33 0 7 D4 5B 30
Octal 13 163 354 137 63 0 7 324 133 60
Binary 1011 1110011 11101100 1011111 110011 0 111 11010100 1011011 110000

Color Harmonies of #0B73EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B73EC

Black with #0B73EC

Text Example


Text Example

White with #0B73EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,236); }

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

background-color css

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

 a { background-color: rgb(11,115,236); }

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

border-color css

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

 span { border-color: rgb(11,115,236); }

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