Html Css Color HEX #0946DE Navy Blue

📋 copy color: '#0946DE'

red 9 ◦ green 70 ◦ blue 222

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

Shades of Navy Blue #0946DE

Tints of Navy Blue #0946DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 2.99%
G = 23.26%
B = 73.75%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0946DE (or 0x0946DE) is known color: Navy Blue. HEX triplet: 09, 46 and DE. RGB value is (9,70,222). Sum of RGB (Red+Green+Blue) = 9+70+222=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #0946DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946DE is #F6B921. Grayscale: #444444. Windows color (decimal): -16169250 or 14566921. OLE color: 14566921.

HSL color Cylindrical-coordinate representation of color #0946DE: hue angle of 222.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0946DE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 70 222 -
CMYK 0.96 0.68 0 0.13
HSL 222.82º 0.92% 0.45% -
HSV(B) 222.82º 0.96% 0.87% -
XYZ 15.49 9.71 70.17 -
YUV 69.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 9 70 222 0.96 0.68 0 0.13 222.82 0.92 0.45
Hex 9 46 DE 60 44 0 D DF 5C 2D
Octal 11 106 336 140 104 0 15 337 134 55
Binary 1001 1000110 11011110 1100000 1000100 0 1101 11011111 1011100 101101

Color Harmonies of #0946DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0946DE

Black with #0946DE

Text Example


Text Example

White with #0946DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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