Html Css Color HEX #095AF2 Navy Blue

📋 copy color: '#095AF2'

red 9 ◦ green 90 ◦ blue 242

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

Shades of Navy Blue #095AF2

Tints of Navy Blue #095AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 2.64%
G = 26.39%
B = 70.97%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#095AF2 (or 0x095AF2) is known color: Navy Blue. HEX triplet: 09, 5A and F2. RGB value is (9,90,242). Sum of RGB (Red+Green+Blue) = 9+90+242=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #095AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AF2 is #F6A50D. Grayscale: #525252. Windows color (decimal): -16164110 or 15882761. OLE color: 15882761.

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

Color convert

RGB 9 90 242 -
CMYK 0.96 0.63 0 0.05
HSL 219.14º 0.93% 0.49% -
HSV(B) 219.14º 0.96% 0.95% -
XYZ 19.8 13.78 85.62 -
YUV 83.11 217.66 75.14 -
System Red Green Blue C M Y K H S L
Decimal 9 90 242 0.96 0.63 0 0.05 219.14 0.93 0.49
Hex 9 5A F2 60 3F 0 5 DB 5D 31
Octal 11 132 362 140 77 0 5 333 135 61
Binary 1001 1011010 11110010 1100000 111111 0 101 11011011 1011101 110001

Color Harmonies of #095AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AF2

Black with #095AF2

Text Example


Text Example

White with #095AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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