Html Css Color HEX #096AF2 Navy Blue

📋 copy color: '#096AF2'

red 9 ◦ green 106 ◦ blue 242

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

Shades of Navy Blue #096AF2

Tints of Navy Blue #096AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 2.52%
G = 29.69%
B = 67.79%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#096AF2 (or 0x096AF2) is known color: Navy Blue. HEX triplet: 09, 6A and F2. RGB value is (9,106,242). Sum of RGB (Red+Green+Blue) = 9+106+242=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #096AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AF2 is #F6950D. Grayscale: #5B5B5B. Windows color (decimal): -16160014 or 15886857. OLE color: 15886857.

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

Color convert

RGB 9 106 242 -
CMYK 0.96 0.56 0 0.05
HSL 215.02º 0.93% 0.49% -
HSV(B) 215.02º 0.96% 0.95% -
XYZ 21.29 16.78 86.12 -
YUV 92.5 212.36 68.44 -
System Red Green Blue C M Y K H S L
Decimal 9 106 242 0.96 0.56 0 0.05 215.02 0.93 0.49
Hex 9 6A F2 60 38 0 5 D7 5D 31
Octal 11 152 362 140 70 0 5 327 135 61
Binary 1001 1101010 11110010 1100000 111000 0 101 11010111 1011101 110001

Color Harmonies of #096AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AF2

Black with #096AF2

Text Example


Text Example

White with #096AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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