Html Css Color HEX #095AED Navy Blue

📋 copy color: '#095AED'

red 9 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #095AED

Tints of Navy Blue #095AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 2.68%
G = 26.79%
B = 70.54%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#095AED (or 0x095AED) is known color: Navy Blue. HEX triplet: 09, 5A and ED. RGB value is (9,90,237). Sum of RGB (Red+Green+Blue) = 9+90+237=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #095AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AED is #F6A512. Grayscale: #515151. Windows color (decimal): -16164115 or 15555081. OLE color: 15555081.

HSL color Cylindrical-coordinate representation of color #095AED: hue angle of 218.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AED is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 90 237 -
CMYK 0.96 0.62 0 0.07
HSL 218.68º 0.93% 0.48% -
HSV(B) 218.68º 0.96% 0.93% -
XYZ 19.05 13.48 81.72 -
YUV 82.54 215.16 75.55 -
System Red Green Blue C M Y K H S L
Decimal 9 90 237 0.96 0.62 0 0.07 218.68 0.93 0.48
Hex 9 5A ED 60 3E 0 7 DB 5D 30
Octal 11 132 355 140 76 0 7 333 135 60
Binary 1001 1011010 11101101 1100000 111110 0 111 11011011 1011101 110000

Color Harmonies of #095AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AED

Black with #095AED

Text Example


Text Example

White with #095AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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