Html Css Color HEX #095EF1 Navy Blue

📋 copy color: '#095EF1'

red 9 ◦ green 94 ◦ blue 241

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

Shades of Navy Blue #095EF1

Tints of Navy Blue #095EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 241 (94.53% from 255) = 70.06%

R = 2.62%
G = 27.33%
B = 70.06%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#095EF1 (or 0x095EF1) is known color: Navy Blue. HEX triplet: 09, 5E and F1. RGB value is (9,94,241). Sum of RGB (Red+Green+Blue) = 9+94+241=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #095EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EF1 is #F6A10E. Grayscale: #545454. Windows color (decimal): -16163087 or 15818249. OLE color: 15818249.

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

Color convert

RGB 9 94 241 -
CMYK 0.96 0.61 0 0.05
HSL 218.02º 0.93% 0.49% -
HSV(B) 218.02º 0.96% 0.95% -
XYZ 19.99 14.41 84.95 -
YUV 85.34 215.84 73.55 -
System Red Green Blue C M Y K H S L
Decimal 9 94 241 0.96 0.61 0 0.05 218.02 0.93 0.49
Hex 9 5E F1 60 3D 0 5 DA 5D 31
Octal 11 136 361 140 75 0 5 332 135 61
Binary 1001 1011110 11110001 1100000 111101 0 101 11011010 1011101 110001

Color Harmonies of #095EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EF1

Black with #095EF1

Text Example


Text Example

White with #095EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,241); }

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

background-color css

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

 a { background-color: rgb(9,94,241); }

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

border-color css

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

 span { border-color: rgb(9,94,241); }

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