Html Css Color HEX #0B6FEF Navy Blue

📋 copy color: '#0B6FEF'

red 11 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #0B6FEF

Tints of Navy Blue #0B6FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 3.05%
G = 30.75%
B = 66.2%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0B6FEF (or 0x0B6FEF) is known color: Navy Blue. HEX triplet: 0B, 6F and EF. RGB value is (11,111,239). Sum of RGB (Red+Green+Blue) = 11+111+239=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B6FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6FEF is #F49010. Grayscale: #5F5F5F. Windows color (decimal): -16027665 or 15691531. OLE color: 15691531.

HSL color Cylindrical-coordinate representation of color #0B6FEF: hue angle of 213.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6FEF is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 111 239 -
CMYK 0.95 0.54 0 0.06
HSL 213.68º 0.91% 0.49% -
HSV(B) 213.68º 0.95% 0.94% -
XYZ 21.4 17.67 83.94 -
YUV 95.69 208.87 67.59 -
System Red Green Blue C M Y K H S L
Decimal 11 111 239 0.95 0.54 0 0.06 213.68 0.91 0.49
Hex B 6F EF 5F 36 0 6 D6 5B 31
Octal 13 157 357 137 66 0 6 326 133 61
Binary 1011 1101111 11101111 1011111 110110 0 110 11010110 1011011 110001

Color Harmonies of #0B6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6FEF

Black with #0B6FEF

Text Example


Text Example

White with #0B6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,111,239); }

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

background-color css

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

 a { background-color: rgb(11,111,239); }

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

border-color css

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

 span { border-color: rgb(11,111,239); }

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