Html Css Color HEX #096AEA Navy Blue

📋 copy color: '#096AEA'

red 9 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #096AEA

Tints of Navy Blue #096AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.05%

R = 2.58%
G = 30.37%
B = 67.05%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#096AEA (or 0x096AEA) is known color: Navy Blue. HEX triplet: 09, 6A and EA. RGB value is (9,106,234). Sum of RGB (Red+Green+Blue) = 9+106+234=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #096AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AEA is #F69515. Grayscale: #5A5A5A. Windows color (decimal): -16160022 or 15362569. OLE color: 15362569.

HSL color Cylindrical-coordinate representation of color #096AEA: hue angle of 214.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AEA is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 106 234 -
CMYK 0.96 0.55 0 0.08
HSL 214.13º 0.93% 0.48% -
HSV(B) 214.13º 0.96% 0.92% -
XYZ 20.12 16.31 79.93 -
YUV 91.59 208.36 69.09 -
System Red Green Blue C M Y K H S L
Decimal 9 106 234 0.96 0.55 0 0.08 214.13 0.93 0.48
Hex 9 6A EA 60 37 0 8 D6 5D 30
Octal 11 152 352 140 67 0 10 326 135 60
Binary 1001 1101010 11101010 1100000 110111 0 1000 11010110 1011101 110000

Color Harmonies of #096AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AEA

Black with #096AEA

Text Example


Text Example

White with #096AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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