Html Css Color HEX #0B6FED Navy Blue

📋 copy color: '#0B6FED'

red 11 ◦ green 111 ◦ blue 237

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

Shades of Navy Blue #0B6FED

Tints of Navy Blue #0B6FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.02%

R = 3.06%
G = 30.92%
B = 66.02%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B6FED (or 0x0B6FED) is known color: Navy Blue. HEX triplet: 0B, 6F and ED. RGB value is (11,111,237). Sum of RGB (Red+Green+Blue) = 11+111+237=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B6FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6FED is #F49012. Grayscale: #5E5E5E. Windows color (decimal): -16027667 or 15560459. OLE color: 15560459.

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

Color convert

RGB 11 111 237 -
CMYK 0.95 0.53 0 0.07
HSL 213.45º 0.91% 0.49% -
HSV(B) 213.45º 0.95% 0.93% -
XYZ 21.11 17.55 82.4 -
YUV 95.46 207.87 67.75 -
System Red Green Blue C M Y K H S L
Decimal 11 111 237 0.95 0.53 0 0.07 213.45 0.91 0.49
Hex B 6F ED 5F 35 0 7 D5 5B 31
Octal 13 157 355 137 65 0 7 325 133 61
Binary 1011 1101111 11101101 1011111 110101 0 111 11010101 1011011 110001

Color Harmonies of #0B6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6FED

Black with #0B6FED

Text Example


Text Example

White with #0B6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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