Html Css Color HEX #095AFA Navy Blue

📋 copy color: '#095AFA'

red 9 ◦ green 90 ◦ blue 250

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

Shades of Navy Blue #095AFA

Tints of Navy Blue #095AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 2.58%
G = 25.79%
B = 71.63%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#095AFA (or 0x095AFA) is known color: Navy Blue. HEX triplet: 09, 5A and FA. RGB value is (9,90,250). Sum of RGB (Red+Green+Blue) = 9+90+250=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #095AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AFA is #F6A505. Grayscale: #535353. Windows color (decimal): -16164102 or 16407049. OLE color: 16407049.

HSL color Cylindrical-coordinate representation of color #095AFA: hue angle of 219.83º degrees, saturation: 0.96, 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 #095AFA is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 90 250 -
CMYK 0.96 0.64 0 0.02
HSL 219.83º 0.96% 0.51% -
HSV(B) 219.83º 0.96% 0.98% -
XYZ 21.02 14.27 92.09 -
YUV 84.02 221.66 74.49 -
System Red Green Blue C M Y K H S L
Decimal 9 90 250 0.96 0.64 0 0.02 219.83 0.96 0.51
Hex 9 5A FA 60 40 0 2 DC 60 33
Octal 11 132 372 140 100 0 2 334 140 63
Binary 1001 1011010 11111010 1100000 1000000 0 10 11011100 1100000 110011

Color Harmonies of #095AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AFA

Black with #095AFA

Text Example


Text Example

White with #095AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,90,250); }

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

background-color css

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

 a { background-color: rgb(9,90,250); }

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

border-color css

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

 span { border-color: rgb(9,90,250); }

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