Html Css Color HEX #09668D Allports

📋 copy color: '#09668D'

red 9 ◦ green 102 ◦ blue 141

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

Shades of Allports #09668D

Tints of Allports #09668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 3.57%
G = 40.48%
B = 55.95%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09668D (or 0x09668D) is known color: Allports. HEX triplet: 09, 66 and 8D. RGB value is (9,102,141). Sum of RGB (Red+Green+Blue) = 9+102+141=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #09668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09668D is #F69972. Grayscale: #4E4E4E. Windows color (decimal): -16161139 or 9266697. OLE color: 9266697.

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

Color convert

RGB 9 102 141 -
CMYK 0.94 0.28 0 0.45
HSL 197.73º 0.88% 0.29% -
HSV(B) 197.73º 0.94% 0.55% -
XYZ 9.67 11.48 26.91 -
YUV 78.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 9 102 141 0.94 0.28 0 0.45 197.73 0.88 0.29
Hex 9 66 8D 5E 1C 0 2D C6 58 1D
Octal 11 146 215 136 34 0 55 306 130 35
Binary 1001 1100110 10001101 1011110 11100 0 101101 11000110 1011000 11101

Color Harmonies of #09668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09668D

Black with #09668D

Text Example


Text Example

White with #09668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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