#09658A

Color #09658A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #09658A

Tints of Allports #09658A

Color information

#09658A (or 0x09658A) is unknown color: approx Allports. HEX triplet: 09, 65 and 8A. RGB value is (9,101,138). Sum of RGB (Red+Green+Blue) = 9+101+138=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #09658A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09658A is #F69A75. Grayscale: #4D4D4D. Windows color (decimal): -16161398 or 9069833. OLE color: 9069833.

HSL color Cylindrical-coordinate representation of color #09658A: hue angle of 197.21º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09658A is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9101138-
CMYK0.930.2700.46
HSL197.21º87.76%28.82%-
HSV(B)197.21º93.48%54.12%-
XYZ9.3511.225.71-
YUV77.71162.0278.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=3.63%
G=40.73%
B=55.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91011380.930.2700.46197.2187.7628.82
Hex9658A5D1B02Ec5581d
Octal111452121353305630513035
Binary1001110010110001010101110111011010111011000101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09658A; }

 p { color: rgb(9,101,138); }

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

<style>
 a { background-color: #09658A; }

 a { background-color: rgb(9,101,138); }

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

<style>
 span { border-color: #09658A; }

 span { border-color: rgb(9,101,138); }

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