Html Css Color HEX #09648C Allports

📋 copy color: '#09648C'

red 9 ◦ green 100 ◦ blue 140

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

Shades of Allports #09648C

Tints of Allports #09648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

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

R = 3.61%
G = 40.16%
B = 56.22%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09648C (or 0x09648C) is known color: Allports. HEX triplet: 09, 64 and 8C. RGB value is (9,100,140). Sum of RGB (Red+Green+Blue) = 9+100+140=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #09648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09648C is #F69B73. Grayscale: #4D4D4D. Windows color (decimal): -16161652 or 9200649. OLE color: 9200649.

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

Color convert

RGB 9 100 140 -
CMYK 0.94 0.29 0 0.45
HSL 198.32º 0.88% 0.29% -
HSV(B) 198.32º 0.94% 0.55% -
XYZ 9.4 11.07 26.45 -
YUV 77.35 163.35 79.25 -
System Red Green Blue C M Y K H S L
Decimal 9 100 140 0.94 0.29 0 0.45 198.32 0.88 0.29
Hex 9 64 8C 5E 1D 0 2D C6 58 1D
Octal 11 144 214 136 35 0 55 306 130 35
Binary 1001 1100100 10001100 1011110 11101 0 101101 11000110 1011000 11101

Color Harmonies of #09648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09648C

Black with #09648C

Text Example


Text Example

White with #09648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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