Html Css Color HEX #09628A Allports

📋 copy color: '#09628A'

red 9 ◦ green 98 ◦ blue 138

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

Shades of Allports #09628A

Tints of Allports #09628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 3.67%
G = 40%
B = 56.33%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09628A (or 0x09628A) is known color: Allports. HEX triplet: 09, 62 and 8A. RGB value is (9,98,138). Sum of RGB (Red+Green+Blue) = 9+98+138=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #09628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09628A is #F69D75. Grayscale: #4B4B4B. Windows color (decimal): -16162166 or 9069065. OLE color: 9069065.

HSL color Cylindrical-coordinate representation of color #09628A: hue angle of 198.6º 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 #09628A is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 98 138 -
CMYK 0.93 0.29 0 0.46
HSL 198.6º 0.88% 0.29% -
HSV(B) 198.6º 0.93% 0.54% -
XYZ 9.07 10.63 25.62 -
YUV 75.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 9 98 138 0.93 0.29 0 0.46 198.6 0.88 0.29
Hex 9 62 8A 5D 1D 0 2E C7 58 1D
Octal 11 142 212 135 35 0 56 307 130 35
Binary 1001 1100010 10001010 1011101 11101 0 101110 11000111 1011000 11101

Color Harmonies of #09628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09628A

Black with #09628A

Text Example


Text Example

White with #09628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09628A;
 }
 .AnyTagClassName
 {
   color: #09628A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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