Html Css Color HEX #096AF0 Navy Blue

📋 copy color: '#096AF0'

red 9 ◦ green 106 ◦ blue 240

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

Shades of Navy Blue #096AF0

Tints of Navy Blue #096AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.61%

R = 2.54%
G = 29.86%
B = 67.61%

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

#096AF0 (or 0x096AF0) is known color: Navy Blue. HEX triplet: 09, 6A and F0. RGB value is (9,106,240). Sum of RGB (Red+Green+Blue) = 9+106+240=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #096AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AF0 is #F6950F. Grayscale: #5B5B5B. Windows color (decimal): -16160016 or 15755785. OLE color: 15755785.

HSL color Cylindrical-coordinate representation of color #096AF0: hue angle of 214.81º 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 #096AF0 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 106 240 -
CMYK 0.96 0.56 0 0.06
HSL 214.81º 0.93% 0.49% -
HSV(B) 214.81º 0.96% 0.94% -
XYZ 20.99 16.66 84.55 -
YUV 92.27 211.36 68.6 -
System Red Green Blue C M Y K H S L
Decimal 9 106 240 0.96 0.56 0 0.06 214.81 0.93 0.49
Hex 9 6A F0 60 38 0 6 D7 5D 31
Octal 11 152 360 140 70 0 6 327 135 61
Binary 1001 1101010 11110000 1100000 111000 0 110 11010111 1011101 110001

Color Harmonies of #096AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AF0

Black with #096AF0

Text Example


Text Example

White with #096AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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