Html Css Color HEX #096BF2 Navy Blue

📋 copy color: '#096BF2'

red 9 ◦ green 107 ◦ blue 242

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

Shades of Navy Blue #096BF2

Tints of Navy Blue #096BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

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

R = 2.51%
G = 29.89%
B = 67.6%

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

#096BF2 (or 0x096BF2) is known color: Navy Blue. HEX triplet: 09, 6B and F2. RGB value is (9,107,242). Sum of RGB (Red+Green+Blue) = 9+107+242=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #096BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF2 is #F6940D. Grayscale: #5C5C5C. Windows color (decimal): -16159758 or 15887113. OLE color: 15887113.

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

Color convert

RGB 9 107 242 -
CMYK 0.96 0.56 0 0.05
HSL 214.76º 0.93% 0.49% -
HSV(B) 214.76º 0.96% 0.95% -
XYZ 21.4 16.98 86.15 -
YUV 93.09 212.03 68.02 -
System Red Green Blue C M Y K H S L
Decimal 9 107 242 0.96 0.56 0 0.05 214.76 0.93 0.49
Hex 9 6B F2 60 38 0 5 D7 5D 31
Octal 11 153 362 140 70 0 5 327 135 61
Binary 1001 1101011 11110010 1100000 111000 0 101 11010111 1011101 110001

Color Harmonies of #096BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BF2

Black with #096BF2

Text Example


Text Example

White with #096BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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