Html Css Color HEX #095FFB Navy Blue

📋 copy color: '#095FFB'

red 9 ◦ green 95 ◦ blue 251

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

Shades of Navy Blue #095FFB

Tints of Navy Blue #095FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.7%

R = 2.54%
G = 26.76%
B = 70.7%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#095FFB (or 0x095FFB) is known color: Navy Blue. HEX triplet: 09, 5F and FB. RGB value is (9,95,251). Sum of RGB (Red+Green+Blue) = 9+95+251=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #095FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FFB is #F6A004. Grayscale: #565656. Windows color (decimal): -16162821 or 16473865. OLE color: 16473865.

HSL color Cylindrical-coordinate representation of color #095FFB: hue angle of 218.68º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FFB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 95 251 -
CMYK 0.96 0.62 0 0.02
HSL 218.68º 0.97% 0.51% -
HSV(B) 218.68º 0.96% 0.98% -
XYZ 21.62 15.21 93.06 -
YUV 87.07 220.51 72.32 -
System Red Green Blue C M Y K H S L
Decimal 9 95 251 0.96 0.62 0 0.02 218.68 0.97 0.51
Hex 9 5F FB 60 3E 0 2 DB 61 33
Octal 11 137 373 140 76 0 2 333 141 63
Binary 1001 1011111 11111011 1100000 111110 0 10 11011011 1100001 110011

Color Harmonies of #095FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FFB

Black with #095FFB

Text Example


Text Example

White with #095FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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