Html Css Color HEX #094CFC Navy Blue

📋 copy color: '#094CFC'

red 9 ◦ green 76 ◦ blue 252

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

Shades of Navy Blue #094CFC

Tints of Navy Blue #094CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 2.67%
G = 22.55%
B = 74.78%

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

#094CFC (or 0x094CFC) is known color: Navy Blue. HEX triplet: 09, 4C and FC. RGB value is (9,76,252). Sum of RGB (Red+Green+Blue) = 9+76+252=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #094CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CFC is #F6B303. Grayscale: #4B4B4B. Windows color (decimal): -16167684 or 16534537. OLE color: 16534537.

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

Color convert

RGB 9 76 252 -
CMYK 0.96 0.70 0 0.01
HSL 223.46º 0.98% 0.51% -
HSV(B) 223.46º 0.96% 0.99% -
XYZ 20.27 12.26 93.39 -
YUV 76.03 227.3 80.19 -
System Red Green Blue C M Y K H S L
Decimal 9 76 252 0.96 0.70 0 0.01 223.46 0.98 0.51
Hex 9 4C FC 60 46 0 1 DF 62 33
Octal 11 114 374 140 106 0 1 337 142 63
Binary 1001 1001100 11111100 1100000 1000110 0 1 11011111 1100010 110011

Color Harmonies of #094CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CFC

Black with #094CFC

Text Example


Text Example

White with #094CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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