Html Css Color HEX #095AE5 Navy Blue

📋 copy color: '#095AE5'

red 9 ◦ green 90 ◦ blue 229

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

Shades of Navy Blue #095AE5

Tints of Navy Blue #095AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 69.82%

R = 2.74%
G = 27.44%
B = 69.82%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#095AE5 (or 0x095AE5) is known color: Navy Blue. HEX triplet: 09, 5A and E5. RGB value is (9,90,229). Sum of RGB (Red+Green+Blue) = 9+90+229=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #095AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AE5 is #F6A51A. Grayscale: #505050. Windows color (decimal): -16164123 or 15030793. OLE color: 15030793.

HSL color Cylindrical-coordinate representation of color #095AE5: hue angle of 217.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AE5 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 90 229 -
CMYK 0.96 0.61 0 0.10
HSL 217.91º 0.92% 0.47% -
HSV(B) 217.91º 0.96% 0.9% -
XYZ 17.91 13.03 75.7 -
YUV 81.63 211.16 76.2 -
System Red Green Blue C M Y K H S L
Decimal 9 90 229 0.96 0.61 0 0.10 217.91 0.92 0.47
Hex 9 5A E5 60 3D 0 A DA 5C 2F
Octal 11 132 345 140 75 0 12 332 134 57
Binary 1001 1011010 11100101 1100000 111101 0 1010 11011010 1011100 101111

Color Harmonies of #095AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AE5

Black with #095AE5

Text Example


Text Example

White with #095AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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