Html Css Color HEX #09628C Allports

📋 copy color: '#09628C'

red 9 ◦ green 98 ◦ blue 140

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

Shades of Allports #09628C

Tints of Allports #09628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 3.64%
G = 39.68%
B = 56.68%

CMYK

 C value IS 0.94

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09628C (or 0x09628C) is known color: Allports. HEX triplet: 09, 62 and 8C. RGB value is (9,98,140). Sum of RGB (Red+Green+Blue) = 9+98+140=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #09628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09628C is #F69D73. Grayscale: #4B4B4B. Windows color (decimal): -16162164 or 9200137. OLE color: 9200137.

HSL color Cylindrical-coordinate representation of color #09628C: hue angle of 199.24º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09628C is Cyan = 0.94, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 98 140 -
CMYK 0.94 0.3 0 0.45
HSL 199.24º 0.88% 0.29% -
HSV(B) 199.24º 0.94% 0.55% -
XYZ 9.21 10.69 26.39 -
YUV 76.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 9 98 140 0.94 0.3 0 0.45 199.24 0.88 0.29
Hex 9 62 8C 5E 1E 0 2D C7 58 1D
Octal 11 142 214 136 36 0 55 307 130 35
Binary 1001 1100010 10001100 1011110 11110 0 101101 11000111 1011000 11101

Color Harmonies of #09628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09628C

Black with #09628C

Text Example


Text Example

White with #09628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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