Html Css Color HEX #0B45F6 Navy Blue

📋 copy color: '#0B45F6'

red 11 ◦ green 69 ◦ blue 246

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

Shades of Navy Blue #0B45F6

Tints of Navy Blue #0B45F6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 246 (96.48% from 255) = 75.46%

R = 3.37%
G = 21.17%
B = 75.46%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0B45F6 (or 0x0B45F6) is known color: Navy Blue. HEX triplet: 0B, 45 and F6. RGB value is (11,69,246). Sum of RGB (Red+Green+Blue) = 11+69+246=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #0B45F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B45F6 is #F4BA09. Grayscale: #474747. Windows color (decimal): -16038410 or 16139531. OLE color: 16139531.

HSL color Cylindrical-coordinate representation of color #0B45F6: hue angle of 225.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B45F6 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 69 246 -
CMYK 0.96 0.72 0 0.04
HSL 225.19º 0.93% 0.5% -
HSV(B) 225.19º 0.96% 0.96% -
XYZ 18.9 10.98 88.31 -
YUV 71.84 226.28 84.61 -
System Red Green Blue C M Y K H S L
Decimal 11 69 246 0.96 0.72 0 0.04 225.19 0.93 0.5
Hex B 45 F6 60 48 0 4 E1 5D 32
Octal 13 105 366 140 110 0 4 341 135 62
Binary 1011 1000101 11110110 1100000 1001000 0 100 11100001 1011101 110010

Color Harmonies of #0B45F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B45F6

Black with #0B45F6

Text Example


Text Example

White with #0B45F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,246); }

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

background-color css

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

 a { background-color: rgb(11,69,246); }

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

border-color css

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

 span { border-color: rgb(11,69,246); }

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