Html Css Color HEX #0A6283 Allports

📋 copy color: '#0A6283'

red 10 ◦ green 98 ◦ blue 131

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

Shades of Allports #0A6283

Tints of Allports #0A6283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.81%

R = 4.18%
G = 41%
B = 54.81%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A6283 (or 0x0A6283) is known color: Allports. HEX triplet: 0A, 62 and 83. RGB value is (10,98,131). Sum of RGB (Red+Green+Blue) = 10+98+131=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A6283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6283 is #F59D7C. Grayscale: #4B4B4B. Windows color (decimal): -16096637 or 8610314. OLE color: 8610314.

HSL color Cylindrical-coordinate representation of color #0A6283: hue angle of 196.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6283 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 98 131 -
CMYK 0.92 0.25 0 0.49
HSL 196.36º 0.86% 0.28% -
HSV(B) 196.36º 0.92% 0.51% -
XYZ 8.59 10.44 23.03 -
YUV 75.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 10 98 131 0.92 0.25 0 0.49 196.36 0.86 0.28
Hex A 62 83 5C 19 0 31 C4 56 1C
Octal 12 142 203 134 31 0 61 304 126 34
Binary 1010 1100010 10000011 1011100 11001 0 110001 11000100 1010110 11100

Color Harmonies of #0A6283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6283

Black with #0A6283

Text Example


Text Example

White with #0A6283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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