Html Css Color HEX #096BF4 Navy Blue

📋 copy color: '#096BF4'

red 9 ◦ green 107 ◦ blue 244

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

Shades of Navy Blue #096BF4

Tints of Navy Blue #096BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 67.78%

R = 2.5%
G = 29.72%
B = 67.78%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#096BF4 (or 0x096BF4) is known color: Navy Blue. HEX triplet: 09, 6B and F4. RGB value is (9,107,244). Sum of RGB (Red+Green+Blue) = 9+107+244=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #096BF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF4 is #F6940B. Grayscale: #5C5C5C. Windows color (decimal): -16159756 or 16018185. OLE color: 16018185.

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

Color convert

RGB 9 107 244 -
CMYK 0.96 0.56 0 0.04
HSL 214.98º 0.93% 0.5% -
HSV(B) 214.98º 0.96% 0.96% -
XYZ 21.7 17.11 87.75 -
YUV 93.32 213.03 67.86 -
System Red Green Blue C M Y K H S L
Decimal 9 107 244 0.96 0.56 0 0.04 214.98 0.93 0.5
Hex 9 6B F4 60 38 0 4 D7 5D 32
Octal 11 153 364 140 70 0 4 327 135 62
Binary 1001 1101011 11110100 1100000 111000 0 100 11010111 1011101 110010

Color Harmonies of #096BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BF4

Black with #096BF4

Text Example


Text Example

White with #096BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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