Html Css Color HEX #0943EC Navy Blue

📋 copy color: '#0943EC'

red 9 ◦ green 67 ◦ blue 236

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

Shades of Navy Blue #0943EC

Tints of Navy Blue #0943EC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 2.88%
G = 21.47%
B = 75.64%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0943EC (or 0x0943EC) is known color: Navy Blue. HEX triplet: 09, 43 and EC. RGB value is (9,67,236). Sum of RGB (Red+Green+Blue) = 9+67+236=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #0943EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943EC is #F6BC13. Grayscale: #444444. Windows color (decimal): -16170004 or 15483657. OLE color: 15483657.

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

Color convert

RGB 9 67 236 -
CMYK 0.96 0.72 0 0.07
HSL 224.67º 0.93% 0.48% -
HSV(B) 224.67º 0.96% 0.93% -
XYZ 17.26 10.13 80.4 -
YUV 68.92 222.28 85.26 -
System Red Green Blue C M Y K H S L
Decimal 9 67 236 0.96 0.72 0 0.07 224.67 0.93 0.48
Hex 9 43 EC 60 48 0 7 E1 5D 30
Octal 11 103 354 140 110 0 7 341 135 60
Binary 1001 1000011 11101100 1100000 1001000 0 111 11100001 1011101 110000

Color Harmonies of #0943EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0943EC

Black with #0943EC

Text Example


Text Example

White with #0943EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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