Html Css Color HEX #0A6288 Allports

📋 copy color: '#0A6288'

red 10 ◦ green 98 ◦ blue 136

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

Shades of Allports #0A6288

Tints of Allports #0A6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 4.1%
G = 40.16%
B = 55.74%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A6288 (or 0x0A6288) is known color: Allports. HEX triplet: 0A, 62 and 88. RGB value is (10,98,136). Sum of RGB (Red+Green+Blue) = 10+98+136=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A6288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6288 is #F59D77. Grayscale: #4B4B4B. Windows color (decimal): -16096632 or 8937994. OLE color: 8937994.

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

Color convert

RGB 10 98 136 -
CMYK 0.93 0.28 0 0.47
HSL 198.1º 0.86% 0.29% -
HSV(B) 198.1º 0.93% 0.53% -
XYZ 8.94 10.58 24.86 -
YUV 76.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 10 98 136 0.93 0.28 0 0.47 198.1 0.86 0.29
Hex A 62 88 5D 1C 0 2F C6 56 1D
Octal 12 142 210 135 34 0 57 306 126 35
Binary 1010 1100010 10001000 1011101 11100 0 101111 11000110 1010110 11101

Color Harmonies of #0A6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6288

Black with #0A6288

Text Example


Text Example

White with #0A6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,136); }

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

background-color css

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

 a { background-color: rgb(10,98,136); }

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

border-color css

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

 span { border-color: rgb(10,98,136); }

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