Html Css Color HEX #09648D Allports

📋 copy color: '#09648D'

red 9 ◦ green 100 ◦ blue 141

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

Shades of Allports #09648D

Tints of Allports #09648D

RGB

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

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

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

R = 3.6%
G = 40%
B = 56.4%

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

#09648D (or 0x09648D) is known color: Allports. HEX triplet: 09, 64 and 8D. RGB value is (9,100,141). Sum of RGB (Red+Green+Blue) = 9+100+141=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #09648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09648D is #F69B72. Grayscale: #4D4D4D. Windows color (decimal): -16161651 or 9266185. OLE color: 9266185.

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

Color convert

RGB 9 100 141 -
CMYK 0.94 0.29 0 0.45
HSL 198.64º 0.88% 0.29% -
HSV(B) 198.64º 0.94% 0.55% -
XYZ 9.48 11.1 26.84 -
YUV 77.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 9 100 141 0.94 0.29 0 0.45 198.64 0.88 0.29
Hex 9 64 8D 5E 1D 0 2D C7 58 1D
Octal 11 144 215 136 35 0 55 307 130 35
Binary 1001 1100100 10001101 1011110 11101 0 101101 11000111 1011000 11101

Color Harmonies of #09648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09648D

Black with #09648D

Text Example


Text Example

White with #09648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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