Html Css Color HEX #0946F6 Navy Blue

📋 copy color: '#0946F6'

red 9 ◦ green 70 ◦ blue 246

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

Shades of Navy Blue #0946F6

Tints of Navy Blue #0946F6

RGB

 RED value IS 9 (3.91% from 255) = 2.77%

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 2.77%
G = 21.54%
B = 75.69%

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

#0946F6 (or 0x0946F6) is known color: Navy Blue. HEX triplet: 09, 46 and F6. RGB value is (9,70,246). Sum of RGB (Red+Green+Blue) = 9+70+246=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #0946F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0946F6 is #F6B909. Grayscale: #474747. Windows color (decimal): -16169226 or 16139785. OLE color: 16139785.

HSL color Cylindrical-coordinate representation of color #0946F6: hue angle of 224.56º 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 #0946F6 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 70 246 -
CMYK 0.96 0.72 0 0.04
HSL 224.56º 0.93% 0.5% -
HSV(B) 224.56º 0.96% 0.96% -
XYZ 18.94 11.09 88.33 -
YUV 71.83 226.29 83.19 -
System Red Green Blue C M Y K H S L
Decimal 9 70 246 0.96 0.72 0 0.04 224.56 0.93 0.5
Hex 9 46 F6 60 48 0 4 E1 5D 32
Octal 11 106 366 140 110 0 4 341 135 62
Binary 1001 1000110 11110110 1100000 1001000 0 100 11100001 1011101 110010

Color Harmonies of #0946F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0946F6

Black with #0946F6

Text Example


Text Example

White with #0946F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0946F6; }

 p { color: rgb(9,70,246); }

 H1.HeaderClassName
 {
   color: #0946F6;
 }
 .AnyTagClassName
 {
   color: #0946F6;
 }
</style>

background-color css

<style>
 a { background-color: #0946F6; }

 a { background-color: rgb(9,70,246); }

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

border-color css

<style>
 span { border-color: #0946F6; }

 span { border-color: rgb(9,70,246); }

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