Html Css Color HEX #09638A Allports

📋 copy color: '#09638A'

red 9 ◦ green 99 ◦ blue 138

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

Shades of Allports #09638A

Tints of Allports #09638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

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

R = 3.66%
G = 40.24%
B = 56.1%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09638A (or 0x09638A) is known color: Allports. HEX triplet: 09, 63 and 8A. RGB value is (9,99,138). Sum of RGB (Red+Green+Blue) = 9+99+138=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #09638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09638A is #F69C75. Grayscale: #4C4C4C. Windows color (decimal): -16161910 or 9069321. OLE color: 9069321.

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

Color convert

RGB 9 99 138 -
CMYK 0.93 0.28 0 0.46
HSL 198.14º 0.88% 0.29% -
HSV(B) 198.14º 0.93% 0.54% -
XYZ 9.16 10.82 25.65 -
YUV 76.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 9 99 138 0.93 0.28 0 0.46 198.14 0.88 0.29
Hex 9 63 8A 5D 1C 0 2E C6 58 1D
Octal 11 143 212 135 34 0 56 306 130 35
Binary 1001 1100011 10001010 1011101 11100 0 101110 11000110 1011000 11101

Color Harmonies of #09638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09638A

Black with #09638A

Text Example


Text Example

White with #09638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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