Html Css Color HEX #095EFB Navy Blue

📋 copy color: '#095EFB'

red 9 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #095EFB

Tints of Navy Blue #095EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.9%

R = 2.54%
G = 26.55%
B = 70.9%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#095EFB (or 0x095EFB) is known color: Navy Blue. HEX triplet: 09, 5E and FB. RGB value is (9,94,251). Sum of RGB (Red+Green+Blue) = 9+94+251=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #095EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EFB is #F6A104. Grayscale: #555555. Windows color (decimal): -16163077 or 16473609. OLE color: 16473609.

HSL color Cylindrical-coordinate representation of color #095EFB: hue angle of 218.93º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EFB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 94 251 -
CMYK 0.96 0.63 0 0.02
HSL 218.93º 0.97% 0.51% -
HSV(B) 218.93º 0.96% 0.98% -
XYZ 21.53 15.03 93.03 -
YUV 86.48 220.84 72.73 -
System Red Green Blue C M Y K H S L
Decimal 9 94 251 0.96 0.63 0 0.02 218.93 0.97 0.51
Hex 9 5E FB 60 3F 0 2 DB 61 33
Octal 11 136 373 140 77 0 2 333 141 63
Binary 1001 1011110 11111011 1100000 111111 0 10 11011011 1100001 110011

Color Harmonies of #095EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EFB

Black with #095EFB

Text Example


Text Example

White with #095EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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