Html Css Color HEX #0A638D Allports

📋 copy color: '#0A638D'

red 10 ◦ green 99 ◦ blue 141

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

Shades of Allports #0A638D

Tints of Allports #0A638D

RGB

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

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

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

R = 4%
G = 39.6%
B = 56.4%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A638D (or 0x0A638D) is known color: Allports. HEX triplet: 0A, 63 and 8D. RGB value is (10,99,141). Sum of RGB (Red+Green+Blue) = 10+99+141=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A638D is #F59C72. Grayscale: #4C4C4C. Windows color (decimal): -16096371 or 9265930. OLE color: 9265930.

HSL color Cylindrical-coordinate representation of color #0A638D: hue angle of 199.24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A638D is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 99 141 -
CMYK 0.93 0.30 0 0.45
HSL 199.24º 0.87% 0.3% -
HSV(B) 199.24º 0.93% 0.55% -
XYZ 9.39 10.91 26.81 -
YUV 77.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 10 99 141 0.93 0.30 0 0.45 199.24 0.87 0.3
Hex A 63 8D 5D 1E 0 2D C7 57 1E
Octal 12 143 215 135 36 0 55 307 127 36
Binary 1010 1100011 10001101 1011101 11110 0 101101 11000111 1010111 11110

Color Harmonies of #0A638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A638D

Black with #0A638D

Text Example


Text Example

White with #0A638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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