Html Css Color HEX #0946EF Navy Blue

📋 copy color: '#0946EF'

red 9 ◦ green 70 ◦ blue 239

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

Shades of Navy Blue #0946EF

Tints of Navy Blue #0946EF

RGB

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

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

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

R = 2.83%
G = 22.01%
B = 75.16%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0946EF (or 0x0946EF) is known color: Navy Blue. HEX triplet: 09, 46 and EF. RGB value is (9,70,239). Sum of RGB (Red+Green+Blue) = 9+70+239=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #0946EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0946EF is #F6B910. Grayscale: #464646. Windows color (decimal): -16169233 or 15681033. OLE color: 15681033.

HSL color Cylindrical-coordinate representation of color #0946EF: hue angle of 224.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0946EF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 70 239 -
CMYK 0.96 0.71 0 0.06
HSL 224.09º 0.93% 0.49% -
HSV(B) 224.09º 0.96% 0.94% -
XYZ 17.88 10.67 82.78 -
YUV 71.03 222.79 83.76 -
System Red Green Blue C M Y K H S L
Decimal 9 70 239 0.96 0.71 0 0.06 224.09 0.93 0.49
Hex 9 46 EF 60 47 0 6 E0 5D 31
Octal 11 106 357 140 107 0 6 340 135 61
Binary 1001 1000110 11101111 1100000 1000111 0 110 11100000 1011101 110001

Color Harmonies of #0946EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0946EF

Black with #0946EF

Text Example


Text Example

White with #0946EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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