Html Css Color HEX #09658D Allports

📋 copy color: '#09658D'

red 9 ◦ green 101 ◦ blue 141

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

Shades of Allports #09658D

Tints of Allports #09658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 3.59%
G = 40.24%
B = 56.18%

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

#09658D (or 0x09658D) is known color: Allports. HEX triplet: 09, 65 and 8D. RGB value is (9,101,141). Sum of RGB (Red+Green+Blue) = 9+101+141=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #09658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09658D is #F69A72. Grayscale: #4D4D4D. Windows color (decimal): -16161395 or 9266441. OLE color: 9266441.

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

Color convert

RGB 9 101 141 -
CMYK 0.94 0.28 0 0.45
HSL 198.18º 0.88% 0.29% -
HSV(B) 198.18º 0.94% 0.55% -
XYZ 9.57 11.29 26.87 -
YUV 78.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 9 101 141 0.94 0.28 0 0.45 198.18 0.88 0.29
Hex 9 65 8D 5E 1C 0 2D C6 58 1D
Octal 11 145 215 136 34 0 55 306 130 35
Binary 1001 1100101 10001101 1011110 11100 0 101101 11000110 1011000 11101

Color Harmonies of #09658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09658D

Black with #09658D

Text Example


Text Example

White with #09658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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