Html Css Color HEX #096FF2 Navy Blue

📋 copy color: '#096FF2'

red 9 ◦ green 111 ◦ blue 242

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

Shades of Navy Blue #096FF2

Tints of Navy Blue #096FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 2.49%
G = 30.66%
B = 66.85%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#096FF2 (or 0x096FF2) is known color: Navy Blue. HEX triplet: 09, 6F and F2. RGB value is (9,111,242). Sum of RGB (Red+Green+Blue) = 9+111+242=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #096FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF2 is #F6900D. Grayscale: #5E5E5E. Windows color (decimal): -16158734 or 15888137. OLE color: 15888137.

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

Color convert

RGB 9 111 242 -
CMYK 0.96 0.54 0 0.05
HSL 213.73º 0.93% 0.49% -
HSV(B) 213.73º 0.96% 0.95% -
XYZ 21.82 17.84 86.3 -
YUV 95.44 210.71 66.35 -
System Red Green Blue C M Y K H S L
Decimal 9 111 242 0.96 0.54 0 0.05 213.73 0.93 0.49
Hex 9 6F F2 60 36 0 5 D6 5D 31
Octal 11 157 362 140 66 0 5 326 135 61
Binary 1001 1101111 11110010 1100000 110110 0 101 11010110 1011101 110001

Color Harmonies of #096FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FF2

Black with #096FF2

Text Example


Text Example

White with #096FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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