Html Css Color HEX #095CEE Navy Blue

📋 copy color: '#095CEE'

red 9 ◦ green 92 ◦ blue 238

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

Shades of Navy Blue #095CEE

Tints of Navy Blue #095CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 2.65%
G = 27.14%
B = 70.21%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#095CEE (or 0x095CEE) is known color: Navy Blue. HEX triplet: 09, 5C and EE. RGB value is (9,92,238). Sum of RGB (Red+Green+Blue) = 9+92+238=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #095CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CEE is #F6A311. Grayscale: #535353. Windows color (decimal): -16163602 or 15621129. OLE color: 15621129.

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

Color convert

RGB 9 92 238 -
CMYK 0.96 0.61 0 0.07
HSL 218.25º 0.93% 0.48% -
HSV(B) 218.25º 0.96% 0.93% -
XYZ 19.37 13.89 82.55 -
YUV 83.83 215 74.63 -
System Red Green Blue C M Y K H S L
Decimal 9 92 238 0.96 0.61 0 0.07 218.25 0.93 0.48
Hex 9 5C EE 60 3D 0 7 DA 5D 30
Octal 11 134 356 140 75 0 7 332 135 60
Binary 1001 1011100 11101110 1100000 111101 0 111 11011010 1011101 110000

Color Harmonies of #095CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CEE

Black with #095CEE

Text Example


Text Example

White with #095CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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