Html Css Color HEX #0A6889 Allports

📋 copy color: '#0A6889'

red 10 ◦ green 104 ◦ blue 137

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

Shades of Allports #0A6889

Tints of Allports #0A6889

RGB

 RED value IS 10 (4.3% from 255) = 3.98%

 GREEN value IS 104 (41.02% from 255) = 41.43%

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 3.98%
G = 41.43%
B = 54.58%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A6889 (or 0x0A6889) is known color: Allports. HEX triplet: 0A, 68 and 89. RGB value is (10,104,137). Sum of RGB (Red+Green+Blue) = 10+104+137=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A6889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6889 is #F59776. Grayscale: #4F4F4F. Windows color (decimal): -16095095 or 9005066. OLE color: 9005066.

HSL color Cylindrical-coordinate representation of color #0A6889: hue angle of 195.59º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6889 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 104 137 -
CMYK 0.93 0.24 0 0.46
HSL 195.59º 0.86% 0.29% -
HSV(B) 195.59º 0.93% 0.54% -
XYZ 9.59 11.77 25.43 -
YUV 79.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 10 104 137 0.93 0.24 0 0.46 195.59 0.86 0.29
Hex A 68 89 5D 18 0 2E C4 56 1D
Octal 12 150 211 135 30 0 56 304 126 35
Binary 1010 1101000 10001001 1011101 11000 0 101110 11000100 1010110 11101

Color Harmonies of #0A6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6889

Black with #0A6889

Text Example


Text Example

White with #0A6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A6889; }

 p { color: rgb(10,104,137); }

 H1.HeaderClassName
 {
   color: #0A6889;
 }
 .AnyTagClassName
 {
   color: #0A6889;
 }
</style>

background-color css

<style>
 a { background-color: #0A6889; }

 a { background-color: rgb(10,104,137); }

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

border-color css

<style>
 span { border-color: #0A6889; }

 span { border-color: rgb(10,104,137); }

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