Html Css Color HEX #096AEF Navy Blue

📋 copy color: '#096AEF'

red 9 ◦ green 106 ◦ blue 239

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

Shades of Navy Blue #096AEF

Tints of Navy Blue #096AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 2.54%
G = 29.94%
B = 67.51%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#096AEF (or 0x096AEF) is known color: Navy Blue. HEX triplet: 09, 6A and EF. RGB value is (9,106,239). Sum of RGB (Red+Green+Blue) = 9+106+239=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #096AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AEF is #F69510. Grayscale: #5B5B5B. Windows color (decimal): -16160017 or 15690249. OLE color: 15690249.

HSL color Cylindrical-coordinate representation of color #096AEF: hue angle of 214.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AEF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 106 239 -
CMYK 0.96 0.56 0 0.06
HSL 214.7º 0.93% 0.49% -
HSV(B) 214.7º 0.96% 0.94% -
XYZ 20.85 16.6 83.77 -
YUV 92.16 210.86 68.69 -
System Red Green Blue C M Y K H S L
Decimal 9 106 239 0.96 0.56 0 0.06 214.7 0.93 0.49
Hex 9 6A EF 60 38 0 6 D7 5D 31
Octal 11 152 357 140 70 0 6 327 135 61
Binary 1001 1101010 11101111 1100000 111000 0 110 11010111 1011101 110001

Color Harmonies of #096AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AEF

Black with #096AEF

Text Example


Text Example

White with #096AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096AEF; }

 p { color: rgb(9,106,239); }

 H1.HeaderClassName
 {
   color: #096AEF;
 }
 .AnyTagClassName
 {
   color: #096AEF;
 }
</style>

background-color css

<style>
 a { background-color: #096AEF; }

 a { background-color: rgb(9,106,239); }

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

border-color css

<style>
 span { border-color: #096AEF; }

 span { border-color: rgb(9,106,239); }

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