Html Css Color HEX #09638D Allports

📋 copy color: '#09638D'

red 9 ◦ green 99 ◦ blue 141

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

Shades of Allports #09638D

Tints of Allports #09638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 3.61%
G = 39.76%
B = 56.63%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09638D (or 0x09638D) is known color: Allports. HEX triplet: 09, 63 and 8D. RGB value is (9,99,141). Sum of RGB (Red+Green+Blue) = 9+99+141=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #09638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09638D is #F69C72. Grayscale: #4C4C4C. Windows color (decimal): -16161907 or 9265929. OLE color: 9265929.

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

Color convert

RGB 9 99 141 -
CMYK 0.94 0.30 0 0.45
HSL 199.09º 0.88% 0.29% -
HSV(B) 199.09º 0.94% 0.55% -
XYZ 9.38 10.9 26.81 -
YUV 76.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 9 99 141 0.94 0.30 0 0.45 199.09 0.88 0.29
Hex 9 63 8D 5E 1E 0 2D C7 58 1D
Octal 11 143 215 136 36 0 55 307 130 35
Binary 1001 1100011 10001101 1011110 11110 0 101101 11000111 1011000 11101

Color Harmonies of #09638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09638D

Black with #09638D

Text Example


Text Example

White with #09638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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