Html Css Color HEX #094CFA Navy Blue

📋 copy color: '#094CFA'

red 9 ◦ green 76 ◦ blue 250

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

Shades of Navy Blue #094CFA

Tints of Navy Blue #094CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 2.69%
G = 22.69%
B = 74.63%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#094CFA (or 0x094CFA) is known color: Navy Blue. HEX triplet: 09, 4C and FA. RGB value is (9,76,250). Sum of RGB (Red+Green+Blue) = 9+76+250=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #094CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CFA is #F6B305. Grayscale: #4B4B4B. Windows color (decimal): -16167686 or 16403465. OLE color: 16403465.

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

Color convert

RGB 9 76 250 -
CMYK 0.96 0.70 0 0.02
HSL 223.32º 0.96% 0.51% -
HSV(B) 223.32º 0.96% 0.98% -
XYZ 19.95 12.13 91.73 -
YUV 75.8 226.3 80.35 -
System Red Green Blue C M Y K H S L
Decimal 9 76 250 0.96 0.70 0 0.02 223.32 0.96 0.51
Hex 9 4C FA 60 46 0 2 DF 60 33
Octal 11 114 372 140 106 0 2 337 140 63
Binary 1001 1001100 11111010 1100000 1000110 0 10 11011111 1100000 110011

Color Harmonies of #094CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CFA

Black with #094CFA

Text Example


Text Example

White with #094CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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