Html Css Color HEX #095BF0 Navy Blue

📋 copy color: '#095BF0'

red 9 ◦ green 91 ◦ blue 240

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

Shades of Navy Blue #095BF0

Tints of Navy Blue #095BF0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 2.65%
G = 26.76%
B = 70.59%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#095BF0 (or 0x095BF0) is known color: Navy Blue. HEX triplet: 09, 5B and F0. RGB value is (9,91,240). Sum of RGB (Red+Green+Blue) = 9+91+240=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #095BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BF0 is #F6A40F. Grayscale: #525252. Windows color (decimal): -16163856 or 15751945. OLE color: 15751945.

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

Color convert

RGB 9 91 240 -
CMYK 0.96 0.62 0 0.06
HSL 218.7º 0.93% 0.49% -
HSV(B) 218.7º 0.96% 0.94% -
XYZ 19.58 13.83 84.08 -
YUV 83.47 216.33 74.88 -
System Red Green Blue C M Y K H S L
Decimal 9 91 240 0.96 0.62 0 0.06 218.7 0.93 0.49
Hex 9 5B F0 60 3E 0 6 DB 5D 31
Octal 11 133 360 140 76 0 6 333 135 61
Binary 1001 1011011 11110000 1100000 111110 0 110 11011011 1011101 110001

Color Harmonies of #095BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BF0

Black with #095BF0

Text Example


Text Example

White with #095BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095BF0; }

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

 H1.HeaderClassName
 {
   color: #095BF0;
 }
 .AnyTagClassName
 {
   color: #095BF0;
 }
</style>

background-color css

<style>
 a { background-color: #095BF0; }

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

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

border-color css

<style>
 span { border-color: #095BF0; }

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

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