Html Css Color HEX #094CFD Navy Blue

📋 copy color: '#094CFD'

red 9 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #094CFD

Tints of Navy Blue #094CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 253 (99.22% from 255) = 74.85%

R = 2.66%
G = 22.49%
B = 74.85%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#094CFD (or 0x094CFD) is known color: Navy Blue. HEX triplet: 09, 4C and FD. RGB value is (9,76,253). Sum of RGB (Red+Green+Blue) = 9+76+253=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #094CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CFD is #F6B302. Grayscale: #4B4B4B. Windows color (decimal): -16167683 or 16600073. OLE color: 16600073.

HSL color Cylindrical-coordinate representation of color #094CFD: hue angle of 223.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CFD is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 76 253 -
CMYK 0.96 0.70 0 0.01
HSL 223.52º 0.98% 0.51% -
HSV(B) 223.52º 0.96% 0.99% -
XYZ 20.43 12.32 94.23 -
YUV 76.15 227.8 80.11 -
System Red Green Blue C M Y K H S L
Decimal 9 76 253 0.96 0.70 0 0.01 223.52 0.98 0.51
Hex 9 4C FD 60 46 0 1 E0 62 33
Octal 11 114 375 140 106 0 1 340 142 63
Binary 1001 1001100 11111101 1100000 1000110 0 1 11100000 1100010 110011

Color Harmonies of #094CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CFD

Black with #094CFD

Text Example


Text Example

White with #094CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,253); }

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

background-color css

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

 a { background-color: rgb(9,76,253); }

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

border-color css

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

 span { border-color: rgb(9,76,253); }

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