Html Css Color HEX #094CDF Navy Blue

📋 copy color: '#094CDF'

red 9 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #094CDF

Tints of Navy Blue #094CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 2.92%
G = 24.68%
B = 72.4%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094CDF (or 0x094CDF) is known color: Navy Blue. HEX triplet: 09, 4C and DF. RGB value is (9,76,223). Sum of RGB (Red+Green+Blue) = 9+76+223=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #094CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CDF is #F6B320. Grayscale: #484848. Windows color (decimal): -16167713 or 14633993. OLE color: 14633993.

HSL color Cylindrical-coordinate representation of color #094CDF: hue angle of 221.21º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CDF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 76 223 -
CMYK 0.96 0.66 0 0.13
HSL 221.22º 0.92% 0.45% -
HSV(B) 221.22º 0.96% 0.87% -
XYZ 16.02 10.55 71.01 -
YUV 72.73 212.8 82.55 -
System Red Green Blue C M Y K H S L
Decimal 9 76 223 0.96 0.66 0 0.13 221.22 0.92 0.45
Hex 9 4C DF 60 42 0 D DD 5C 2D
Octal 11 114 337 140 102 0 15 335 134 55
Binary 1001 1001100 11011111 1100000 1000010 0 1101 11011101 1011100 101101

Color Harmonies of #094CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CDF

Black with #094CDF

Text Example


Text Example

White with #094CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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