Html Css Color HEX #0A6144 Jewel

📋 copy color: '#0A6144'

red 10 ◦ green 97 ◦ blue 68

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

Shades of Jewel #0A6144

Tints of Jewel #0A6144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 5.71%
G = 55.43%
B = 38.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#0A6144 (or 0x0A6144) is known color: Jewel. HEX triplet: 0A, 61 and 44. RGB value is (10,97,68). Sum of RGB (Red+Green+Blue) = 10+97+68=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6144 is #F59EBB. Grayscale: #434343. Windows color (decimal): -16096956 or 4481290. OLE color: 4481290.

HSL color Cylindrical-coordinate representation of color #0A6144: hue angle of 160º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6144 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 68 -
CMYK 0.90 0 0.30 0.62
HSL 160º 0.81% 0.21% -
HSV(B) 160º 0.9% 0.38% -
XYZ 5.44 9.03 6.93 -
YUV 67.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 10 97 68 0.90 0 0.30 0.62 160 0.81 0.21
Hex A 61 44 5A 0 1E 3E A0 51 15
Octal 12 141 104 132 0 36 76 240 121 25
Binary 1010 1100001 1000100 1011010 0 11110 111110 10100000 1010001 10101

Color Harmonies of #0A6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6144

Black with #0A6144

Text Example


Text Example

White with #0A6144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,68); }

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

background-color css

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

 a { background-color: rgb(10,97,68); }

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

border-color css

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

 span { border-color: rgb(10,97,68); }

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