Html Css Color HEX #095FEF Navy Blue

📋 copy color: '#095FEF'

red 9 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #095FEF

Tints of Navy Blue #095FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 2.62%
G = 27.7%
B = 69.68%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#095FEF (or 0x095FEF) is known color: Navy Blue. HEX triplet: 09, 5F and EF. RGB value is (9,95,239). Sum of RGB (Red+Green+Blue) = 9+95+239=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #095FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FEF is #F6A010. Grayscale: #555555. Windows color (decimal): -16162833 or 15687433. OLE color: 15687433.

HSL color Cylindrical-coordinate representation of color #095FEF: hue angle of 217.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FEF is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 95 239 -
CMYK 0.96 0.60 0 0.06
HSL 217.57º 0.93% 0.49% -
HSV(B) 217.57º 0.96% 0.94% -
XYZ 19.78 14.47 83.41 -
YUV 85.7 214.51 73.29 -
System Red Green Blue C M Y K H S L
Decimal 9 95 239 0.96 0.60 0 0.06 217.57 0.93 0.49
Hex 9 5F EF 60 3C 0 6 DA 5D 31
Octal 11 137 357 140 74 0 6 332 135 61
Binary 1001 1011111 11101111 1100000 111100 0 110 11011010 1011101 110001

Color Harmonies of #095FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FEF

Black with #095FEF

Text Example


Text Example

White with #095FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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