Html Css Color HEX #095CFD Navy Blue

📋 copy color: '#095CFD'

red 9 ◦ green 92 ◦ blue 253

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

Shades of Navy Blue #095CFD

Tints of Navy Blue #095CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 2.54%
G = 25.99%
B = 71.47%

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

#095CFD (or 0x095CFD) is known color: Navy Blue. HEX triplet: 09, 5C and FD. RGB value is (9,92,253). Sum of RGB (Red+Green+Blue) = 9+92+253=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #095CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CFD is #F6A302. Grayscale: #545454. Windows color (decimal): -16163587 or 16604169. OLE color: 16604169.

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

Color convert

RGB 9 92 253 -
CMYK 0.96 0.64 0 0.01
HSL 219.59º 0.98% 0.51% -
HSV(B) 219.59º 0.96% 0.99% -
XYZ 21.67 14.8 94.64 -
YUV 85.54 222.5 73.41 -
System Red Green Blue C M Y K H S L
Decimal 9 92 253 0.96 0.64 0 0.01 219.59 0.98 0.51
Hex 9 5C FD 60 40 0 1 DC 62 33
Octal 11 134 375 140 100 0 1 334 142 63
Binary 1001 1011100 11111101 1100000 1000000 0 1 11011100 1100010 110011

Color Harmonies of #095CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CFD

Black with #095CFD

Text Example


Text Example

White with #095CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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