Html Css Color HEX #095CFE Navy Blue

📋 copy color: '#095CFE'

red 9 ◦ green 92 ◦ blue 254

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

Shades of Navy Blue #095CFE

Tints of Navy Blue #095CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.55%

R = 2.54%
G = 25.92%
B = 71.55%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#095CFE (or 0x095CFE) is known color: Navy Blue. HEX triplet: 09, 5C and FE. RGB value is (9,92,254). Sum of RGB (Red+Green+Blue) = 9+92+254=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #095CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CFE is #F6A301. Grayscale: #545454. Windows color (decimal): -16163586 or 16669705. OLE color: 16669705.

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

Color convert

RGB 9 92 254 -
CMYK 0.96 0.64 0 0.00
HSL 219.67º 0.99% 0.52% -
HSV(B) 219.67º 0.96% 1% -
XYZ 21.83 14.87 95.49 -
YUV 85.65 223 73.33 -
System Red Green Blue C M Y K H S L
Decimal 9 92 254 0.96 0.64 0 0.00 219.67 0.99 0.52
Hex 9 5C FE 60 40 0 0 DC 63 34
Octal 11 134 376 140 100 0 0 334 143 64
Binary 1001 1011100 11111110 1100000 1000000 0 0 11011100 1100011 110100

Color Harmonies of #095CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CFE

Black with #095CFE

Text Example


Text Example

White with #095CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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