Html Css Color HEX #095FFF Navy Blue

📋 copy color: '#095FFF'

red 9 ◦ green 95 ◦ blue 255

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

Shades of Navy Blue #095FFF

Tints of Navy Blue #095FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 255 (100% from 255) = 71.03%

R = 2.51%
G = 26.46%
B = 71.03%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#095FFF (or 0x095FFF) is known color: Navy Blue. HEX triplet: 09, 5F and FF. RGB value is (9,95,255). Sum of RGB (Red+Green+Blue) = 9+95+255=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #095FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FFF is #F6A000. Grayscale: #565656. Windows color (decimal): -16162817 or 16736009. OLE color: 16736009.

HSL color Cylindrical-coordinate representation of color #095FFF: hue angle of 219.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FFF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 95 255 -
CMYK 0.96 0.63 0 0
HSL 219.02º 1% 0.52% -
HSV(B) 219.02º 0.96% 1% -
XYZ 22.25 15.46 96.42 -
YUV 87.53 222.51 71.99 -
System Red Green Blue C M Y K H S L
Decimal 9 95 255 0.96 0.63 0 0 219.02 1 0.52
Hex 9 5F FF 60 3F 0 0 DB 64 34
Octal 11 137 377 140 77 0 0 333 144 64
Binary 1001 1011111 11111111 1100000 111111 0 0 11011011 1100100 110100

Color Harmonies of #095FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FFF

Black with #095FFF

Text Example


Text Example

White with #095FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,95,255); }

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

background-color css

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

 a { background-color: rgb(9,95,255); }

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

border-color css

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

 span { border-color: rgb(9,95,255); }

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