Html Css Color HEX #095EF2 Navy Blue

📋 copy color: '#095EF2'

red 9 ◦ green 94 ◦ blue 242

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

Shades of Navy Blue #095EF2

Tints of Navy Blue #095EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 70.14%

R = 2.61%
G = 27.25%
B = 70.14%

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

#095EF2 (or 0x095EF2) is known color: Navy Blue. HEX triplet: 09, 5E and F2. RGB value is (9,94,242). Sum of RGB (Red+Green+Blue) = 9+94+242=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 242 (94.92% from 255 or 70.14% from 345); Max value from RGB is 242 - color contains mainly: blue. Hex color #095EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EF2 is #F6A10D. Grayscale: #545454. Windows color (decimal): -16163086 or 15883785. OLE color: 15883785.

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

Color convert

RGB 9 94 242 -
CMYK 0.96 0.61 0 0.05
HSL 218.11º 0.93% 0.49% -
HSV(B) 218.11º 0.96% 0.95% -
XYZ 20.14 14.47 85.74 -
YUV 85.46 216.34 73.47 -
System Red Green Blue C M Y K H S L
Decimal 9 94 242 0.96 0.61 0 0.05 218.11 0.93 0.49
Hex 9 5E F2 60 3D 0 5 DA 5D 31
Octal 11 136 362 140 75 0 5 332 135 61
Binary 1001 1011110 11110010 1100000 111101 0 101 11011010 1011101 110001

Color Harmonies of #095EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EF2

Black with #095EF2

Text Example


Text Example

White with #095EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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