Html Css Color HEX #094BED Navy Blue

📋 copy color: '#094BED'

red 9 ◦ green 75 ◦ blue 237

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

Shades of Navy Blue #094BED

Tints of Navy Blue #094BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.36%

 BLUE value IS 237 (92.97% from 255) = 73.83%

R = 2.8%
G = 23.36%
B = 73.83%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094BED (or 0x094BED) is known color: Navy Blue. HEX triplet: 09, 4B and ED. RGB value is (9,75,237). Sum of RGB (Red+Green+Blue) = 9+75+237=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #094BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094BED is #F6B412. Grayscale: #494949. Windows color (decimal): -16167955 or 15551241. OLE color: 15551241.

HSL color Cylindrical-coordinate representation of color #094BED: hue angle of 222.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094BED is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 75 237 -
CMYK 0.96 0.68 0 0.07
HSL 222.63º 0.93% 0.48% -
HSV(B) 222.63º 0.96% 0.93% -
XYZ 17.91 11.2 81.34 -
YUV 73.73 220.13 81.83 -
System Red Green Blue C M Y K H S L
Decimal 9 75 237 0.96 0.68 0 0.07 222.63 0.93 0.48
Hex 9 4B ED 60 44 0 7 DF 5D 30
Octal 11 113 355 140 104 0 7 337 135 60
Binary 1001 1001011 11101101 1100000 1000100 0 111 11011111 1011101 110000

Color Harmonies of #094BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BED

Black with #094BED

Text Example


Text Example

White with #094BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,75,237); }

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

background-color css

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

 a { background-color: rgb(9,75,237); }

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

border-color css

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

 span { border-color: rgb(9,75,237); }

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