Html Css Color HEX #0947EC Navy Blue

📋 copy color: '#0947EC'

red 9 ◦ green 71 ◦ blue 236

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

Shades of Navy Blue #0947EC

Tints of Navy Blue #0947EC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.47%

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 2.85%
G = 22.47%
B = 74.68%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0947EC (or 0x0947EC) is known color: Navy Blue. HEX triplet: 09, 47 and EC. RGB value is (9,71,236). Sum of RGB (Red+Green+Blue) = 9+71+236=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #0947EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0947EC is #F6B813. Grayscale: #464646. Windows color (decimal): -16168980 or 15484681. OLE color: 15484681.

HSL color Cylindrical-coordinate representation of color #0947EC: hue angle of 223.61º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0947EC is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 71 236 -
CMYK 0.96 0.70 0 0.07
HSL 223.61º 0.93% 0.48% -
HSV(B) 223.61º 0.96% 0.93% -
XYZ 17.51 10.62 80.48 -
YUV 71.27 220.96 83.58 -
System Red Green Blue C M Y K H S L
Decimal 9 71 236 0.96 0.70 0 0.07 223.61 0.93 0.48
Hex 9 47 EC 60 46 0 7 E0 5D 30
Octal 11 107 354 140 106 0 7 340 135 60
Binary 1001 1000111 11101100 1100000 1000110 0 111 11100000 1011101 110000

Color Harmonies of #0947EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0947EC

Black with #0947EC

Text Example


Text Example

White with #0947EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0947EC; }

 p { color: rgb(9,71,236); }

 H1.HeaderClassName
 {
   color: #0947EC;
 }
 .AnyTagClassName
 {
   color: #0947EC;
 }
</style>

background-color css

<style>
 a { background-color: #0947EC; }

 a { background-color: rgb(9,71,236); }

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

border-color css

<style>
 span { border-color: #0947EC; }

 span { border-color: rgb(9,71,236); }

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