Html Css Color HEX #095AFD Navy Blue

📋 copy color: '#095AFD'

red 9 ◦ green 90 ◦ blue 253

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

Shades of Navy Blue #095AFD

Tints of Navy Blue #095AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.88%

R = 2.56%
G = 25.57%
B = 71.88%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#095AFD (or 0x095AFD) is known color: Navy Blue. HEX triplet: 09, 5A and FD. RGB value is (9,90,253). Sum of RGB (Red+Green+Blue) = 9+90+253=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #095AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AFD is #F6A502. Grayscale: #535353. Windows color (decimal): -16164099 or 16603657. OLE color: 16603657.

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

Color convert

RGB 9 90 253 -
CMYK 0.96 0.64 0 0.01
HSL 220.08º 0.98% 0.51% -
HSV(B) 220.08º 0.96% 0.99% -
XYZ 21.5 14.46 94.59 -
YUV 84.36 223.16 74.25 -
System Red Green Blue C M Y K H S L
Decimal 9 90 253 0.96 0.64 0 0.01 220.08 0.98 0.51
Hex 9 5A FD 60 40 0 1 DC 62 33
Octal 11 132 375 140 100 0 1 334 142 63
Binary 1001 1011010 11111101 1100000 1000000 0 1 11011100 1100010 110011

Color Harmonies of #095AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AFD

Black with #095AFD

Text Example


Text Example

White with #095AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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