#095CCB

Color #095CCB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #095CCB

Tints of Navy Blue #095CCB

Color information

#095CCB (or 0x095CCB) is unknown color: approx Navy Blue. HEX triplet: 09, 5C and CB. RGB value is (9,92,203). Sum of RGB (Red+Green+Blue) = 9+92+203=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #095CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CCB is #F6A334. Grayscale: #4F4F4F. Windows color (decimal): -16163637 or 13327369. OLE color: 13327369.

HSL color Cylindrical-coordinate representation of color #095CCB: hue angle of 214.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CCB is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB992203-
CMYK0.960.5500.20
HSL214.33º91.51%41.57%-
HSV(B)214.33º95.57%79.61%-
XYZ14.7212.0258.05-
YUV79.84197.577.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.96%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 203 (79.69% from 255) = 66.78%
R=2.96%
G=30.26%
B=66.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9922030.960.5500.20214.3391.5141.57
Hex95CCB6037014d65c2a
Octal111343131406702432613452
Binary10011011100110010111100000110111010100110101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095CCB;
 }
 .AnyTagClassName
 {
   color: #095CCB;
 }
</style>
background-color css

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

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

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

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

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

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