Html Css Color HEX #09668B Allports

📋 copy color: '#09668B'

red 9 ◦ green 102 ◦ blue 139

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

Shades of Allports #09668B

Tints of Allports #09668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 3.6%
G = 40.8%
B = 55.6%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09668B (or 0x09668B) is known color: Allports. HEX triplet: 09, 66 and 8B. RGB value is (9,102,139). Sum of RGB (Red+Green+Blue) = 9+102+139=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #09668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09668B is #F69974. Grayscale: #4E4E4E. Windows color (decimal): -16161141 or 9135625. OLE color: 9135625.

HSL color Cylindrical-coordinate representation of color #09668B: hue angle of 197.08º 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 #09668B is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 102 139 -
CMYK 0.94 0.27 0 0.45
HSL 197.08º 0.88% 0.29% -
HSV(B) 197.08º 0.94% 0.55% -
XYZ 9.52 11.42 26.13 -
YUV 78.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 9 102 139 0.94 0.27 0 0.45 197.08 0.88 0.29
Hex 9 66 8B 5E 1B 0 2D C5 58 1D
Octal 11 146 213 136 33 0 55 305 130 35
Binary 1001 1100110 10001011 1011110 11011 0 101101 11000101 1011000 11101

Color Harmonies of #09668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09668B

Black with #09668B

Text Example


Text Example

White with #09668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09668B; }

 p { color: rgb(9,102,139); }

 H1.HeaderClassName
 {
   color: #09668B;
 }
 .AnyTagClassName
 {
   color: #09668B;
 }
</style>

background-color css

<style>
 a { background-color: #09668B; }

 a { background-color: rgb(9,102,139); }

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

border-color css

<style>
 span { border-color: #09668B; }

 span { border-color: rgb(9,102,139); }

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