Html Css Color HEX #095EF3 Navy Blue

📋 copy color: '#095EF3'

red 9 ◦ green 94 ◦ blue 243

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

Shades of Navy Blue #095EF3

Tints of Navy Blue #095EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.23%

R = 2.6%
G = 27.17%
B = 70.23%

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

#095EF3 (or 0x095EF3) is known color: Navy Blue. HEX triplet: 09, 5E and F3. RGB value is (9,94,243). Sum of RGB (Red+Green+Blue) = 9+94+243=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #095EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EF3 is #F6A10C. Grayscale: #545454. Windows color (decimal): -16163085 or 15949321. OLE color: 15949321.

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

Color convert

RGB 9 94 243 -
CMYK 0.96 0.61 0 0.05
HSL 218.21º 0.93% 0.49% -
HSV(B) 218.21º 0.96% 0.95% -
XYZ 20.29 14.53 86.53 -
YUV 85.57 216.84 73.38 -
System Red Green Blue C M Y K H S L
Decimal 9 94 243 0.96 0.61 0 0.05 218.21 0.93 0.49
Hex 9 5E F3 60 3D 0 5 DA 5D 31
Octal 11 136 363 140 75 0 5 332 135 61
Binary 1001 1011110 11110011 1100000 111101 0 101 11011010 1011101 110001

Color Harmonies of #095EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EF3

Black with #095EF3

Text Example


Text Example

White with #095EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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