Html Css Color HEX #094DF3 Navy Blue

📋 copy color: '#094DF3'

red 9 ◦ green 77 ◦ blue 243

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

Shades of Navy Blue #094DF3

Tints of Navy Blue #094DF3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

 BLUE value IS 243 (95.31% from 255) = 73.86%

R = 2.74%
G = 23.4%
B = 73.86%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#094DF3 (or 0x094DF3) is known color: Navy Blue. HEX triplet: 09, 4D and F3. RGB value is (9,77,243). Sum of RGB (Red+Green+Blue) = 9+77+243=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 243 (95.31% from 255 or 73.86% from 329); Max value from RGB is 243 - color contains mainly: blue. Hex color #094DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DF3 is #F6B20C. Grayscale: #4A4A4A. Windows color (decimal): -16167437 or 15944969. OLE color: 15944969.

HSL color Cylindrical-coordinate representation of color #094DF3: hue angle of 222.56º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DF3 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 77 243 -
CMYK 0.96 0.68 0 0.05
HSL 222.56º 0.93% 0.49% -
HSV(B) 222.56º 0.96% 0.95% -
XYZ 18.94 11.84 86.08 -
YUV 75.59 222.47 80.5 -
System Red Green Blue C M Y K H S L
Decimal 9 77 243 0.96 0.68 0 0.05 222.56 0.93 0.49
Hex 9 4D F3 60 44 0 5 DF 5D 31
Octal 11 115 363 140 104 0 5 337 135 61
Binary 1001 1001101 11110011 1100000 1000100 0 101 11011111 1011101 110001

Color Harmonies of #094DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DF3

Black with #094DF3

Text Example


Text Example

White with #094DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094DF3; }

 p { color: rgb(9,77,243); }

 H1.HeaderClassName
 {
   color: #094DF3;
 }
 .AnyTagClassName
 {
   color: #094DF3;
 }
</style>

background-color css

<style>
 a { background-color: #094DF3; }

 a { background-color: rgb(9,77,243); }

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

border-color css

<style>
 span { border-color: #094DF3; }

 span { border-color: rgb(9,77,243); }

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