Html Css Color HEX #095AE3 Navy Blue

📋 copy color: '#095AE3'

red 9 ◦ green 90 ◦ blue 227

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

Shades of Navy Blue #095AE3

Tints of Navy Blue #095AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 69.63%

R = 2.76%
G = 27.61%
B = 69.63%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#095AE3 (or 0x095AE3) is known color: Navy Blue. HEX triplet: 09, 5A and E3. RGB value is (9,90,227). Sum of RGB (Red+Green+Blue) = 9+90+227=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 227 (89.06% from 255 or 69.63% from 326); Max value from RGB is 227 - color contains mainly: blue. Hex color #095AE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AE3 is #F6A51C. Grayscale: #505050. Windows color (decimal): -16164125 or 14899721. OLE color: 14899721.

HSL color Cylindrical-coordinate representation of color #095AE3: hue angle of 217.71º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AE3 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 90 227 -
CMYK 0.96 0.60 0 0.11
HSL 217.71º 0.92% 0.46% -
HSV(B) 217.71º 0.96% 0.89% -
XYZ 17.63 12.92 74.24 -
YUV 81.4 210.16 76.36 -
System Red Green Blue C M Y K H S L
Decimal 9 90 227 0.96 0.60 0 0.11 217.71 0.92 0.46
Hex 9 5A E3 60 3C 0 B DA 5C 2E
Octal 11 132 343 140 74 0 13 332 134 56
Binary 1001 1011010 11100011 1100000 111100 0 1011 11011010 1011100 101110

Color Harmonies of #095AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AE3

Black with #095AE3

Text Example


Text Example

White with #095AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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