Html Css Color HEX #095AEE Navy Blue

📋 copy color: '#095AEE'

red 9 ◦ green 90 ◦ blue 238

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

Shades of Navy Blue #095AEE

Tints of Navy Blue #095AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.62%

R = 2.67%
G = 26.71%
B = 70.62%

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

#095AEE (or 0x095AEE) is known color: Navy Blue. HEX triplet: 09, 5A and EE. RGB value is (9,90,238). Sum of RGB (Red+Green+Blue) = 9+90+238=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #095AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AEE is #F6A511. Grayscale: #515151. Windows color (decimal): -16164114 or 15620617. OLE color: 15620617.

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

Color convert

RGB 9 90 238 -
CMYK 0.96 0.62 0 0.07
HSL 218.78º 0.93% 0.48% -
HSV(B) 218.78º 0.96% 0.93% -
XYZ 19.2 13.54 82.49 -
YUV 82.65 215.66 75.47 -
System Red Green Blue C M Y K H S L
Decimal 9 90 238 0.96 0.62 0 0.07 218.78 0.93 0.48
Hex 9 5A EE 60 3E 0 7 DB 5D 30
Octal 11 132 356 140 76 0 7 333 135 60
Binary 1001 1011010 11101110 1100000 111110 0 111 11011011 1011101 110000

Color Harmonies of #095AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AEE

Black with #095AEE

Text Example


Text Example

White with #095AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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