Html Css Color HEX #0A6392 Allports

📋 copy color: '#0A6392'

red 10 ◦ green 99 ◦ blue 146

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

Shades of Allports #0A6392

Tints of Allports #0A6392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.25%

R = 3.92%
G = 38.82%
B = 57.25%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A6392 (or 0x0A6392) is known color: Allports. HEX triplet: 0A, 63 and 92. RGB value is (10,99,146). Sum of RGB (Red+Green+Blue) = 10+99+146=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A6392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6392 is #F59C6D. Grayscale: #4D4D4D. Windows color (decimal): -16096366 or 9593610. OLE color: 9593610.

HSL color Cylindrical-coordinate representation of color #0A6392: hue angle of 200.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6392 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 10 99 146 -
CMYK 0.93 0.32 0 0.43
HSL 200.74º 0.87% 0.31% -
HSV(B) 200.74º 0.93% 0.57% -
XYZ 9.78 11.06 28.81 -
YUV 77.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 10 99 146 0.93 0.32 0 0.43 200.74 0.87 0.31
Hex A 63 92 5D 20 0 2B C9 57 1F
Octal 12 143 222 135 40 0 53 311 127 37
Binary 1010 1100011 10010010 1011101 100000 0 101011 11001001 1010111 11111

Color Harmonies of #0A6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6392

Black with #0A6392

Text Example


Text Example

White with #0A6392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,146); }

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

background-color css

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

 a { background-color: rgb(10,99,146); }

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

border-color css

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

 span { border-color: rgb(10,99,146); }

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