Html Css Color HEX #094CFB Navy Blue

📋 copy color: '#094CFB'

red 9 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #094CFB

Tints of Navy Blue #094CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.7%

R = 2.68%
G = 22.62%
B = 74.7%

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

#094CFB (or 0x094CFB) is known color: Navy Blue. HEX triplet: 09, 4C and FB. RGB value is (9,76,251). Sum of RGB (Red+Green+Blue) = 9+76+251=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #094CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CFB is #F6B304. Grayscale: #4B4B4B. Windows color (decimal): -16167685 or 16469001. OLE color: 16469001.

HSL color Cylindrical-coordinate representation of color #094CFB: hue angle of 223.39º degrees, saturation: 0.97, 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 #094CFB is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 76 251 -
CMYK 0.96 0.70 0 0.02
HSL 223.39º 0.97% 0.51% -
HSV(B) 223.39º 0.96% 0.98% -
XYZ 20.11 12.19 92.56 -
YUV 75.92 226.8 80.27 -
System Red Green Blue C M Y K H S L
Decimal 9 76 251 0.96 0.70 0 0.02 223.39 0.97 0.51
Hex 9 4C FB 60 46 0 2 DF 61 33
Octal 11 114 373 140 106 0 2 337 141 63
Binary 1001 1001100 11111011 1100000 1000110 0 10 11011111 1100001 110011

Color Harmonies of #094CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CFB

Black with #094CFB

Text Example


Text Example

White with #094CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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