Html Css Color HEX #145168 Arapawa

📋 copy color: '#145168'

red 20 ◦ green 81 ◦ blue 104

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

Shades of Arapawa #145168

Tints of Arapawa #145168

RGB

 RED value IS 20 (8.2% from 255) = 9.76%

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 9.76%
G = 39.51%
B = 50.73%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145168 (or 0x145168) is known color: Arapawa. HEX triplet: 14, 51 and 68. RGB value is (20,81,104). Sum of RGB (Red+Green+Blue) = 20+81+104=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #145168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145168 is #EBAE97. Grayscale: #414141. Windows color (decimal): -15445656 or 6836500. OLE color: 6836500.

HSL color Cylindrical-coordinate representation of color #145168: hue angle of 196.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145168 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 81 104 -
CMYK 0.81 0.22 0 0.59
HSL 196.43º 0.68% 0.24% -
HSV(B) 196.43º 0.81% 0.41% -
XYZ 5.73 7.03 14.15 -
YUV 65.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 20 81 104 0.81 0.22 0 0.59 196.43 0.68 0.24
Hex 14 51 68 51 16 0 3B C4 44 18
Octal 24 121 150 121 26 0 73 304 104 30
Binary 10100 1010001 1101000 1010001 10110 0 111011 11000100 1000100 11000

Color Harmonies of #145168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145168

Black with #145168

Text Example


Text Example

White with #145168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145168; }

 p { color: rgb(20,81,104); }

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

background-color css

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

 a { background-color: rgb(20,81,104); }

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

border-color css

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

 span { border-color: rgb(20,81,104); }

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