Html Css Color HEX #09648B Allports

📋 copy color: '#09648B'

red 9 ◦ green 100 ◦ blue 139

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

Shades of Allports #09648B

Tints of Allports #09648B

RGB

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

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

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

R = 3.63%
G = 40.32%
B = 56.05%

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

#09648B (or 0x09648B) is known color: Allports. HEX triplet: 09, 64 and 8B. RGB value is (9,100,139). Sum of RGB (Red+Green+Blue) = 9+100+139=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #09648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09648B is #F69B74. Grayscale: #4C4C4C. Windows color (decimal): -16161653 or 9135113. OLE color: 9135113.

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

Color convert

RGB 9 100 139 -
CMYK 0.94 0.28 0 0.45
HSL 198º 0.88% 0.29% -
HSV(B) 198º 0.94% 0.55% -
XYZ 9.33 11.04 26.06 -
YUV 77.24 162.85 79.33 -
System Red Green Blue C M Y K H S L
Decimal 9 100 139 0.94 0.28 0 0.45 198 0.88 0.29
Hex 9 64 8B 5E 1C 0 2D C6 58 1D
Octal 11 144 213 136 34 0 55 306 130 35
Binary 1001 1100100 10001011 1011110 11100 0 101101 11000110 1011000 11101

Color Harmonies of #09648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09648B

Black with #09648B

Text Example


Text Example

White with #09648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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