Html Css Color HEX #09608D Allports

📋 copy color: '#09608D'

red 9 ◦ green 96 ◦ blue 141

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

Shades of Allports #09608D

Tints of Allports #09608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

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

R = 3.66%
G = 39.02%
B = 57.32%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09608D (or 0x09608D) is known color: Allports. HEX triplet: 09, 60 and 8D. RGB value is (9,96,141). Sum of RGB (Red+Green+Blue) = 9+96+141=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #09608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09608D is #F69F72. Grayscale: #4A4A4A. Windows color (decimal): -16162675 or 9265161. OLE color: 9265161.

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

Color convert

RGB 9 96 141 -
CMYK 0.94 0.32 0 0.45
HSL 200.45º 0.88% 0.29% -
HSV(B) 200.45º 0.94% 0.55% -
XYZ 9.1 10.35 26.72 -
YUV 75.12 165.18 80.84 -
System Red Green Blue C M Y K H S L
Decimal 9 96 141 0.94 0.32 0 0.45 200.45 0.88 0.29
Hex 9 60 8D 5E 20 0 2D C8 58 1D
Octal 11 140 215 136 40 0 55 310 130 35
Binary 1001 1100000 10001101 1011110 100000 0 101101 11001000 1011000 11101

Color Harmonies of #09608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09608D

Black with #09608D

Text Example


Text Example

White with #09608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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