Html Css Color HEX #145169 Arapawa

📋 copy color: '#145169'

red 20 ◦ green 81 ◦ blue 105

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

Shades of Arapawa #145169

Tints of Arapawa #145169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 9.71%
G = 39.32%
B = 50.97%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145169 (or 0x145169) is known color: Arapawa. HEX triplet: 14, 51 and 69. RGB value is (20,81,105). Sum of RGB (Red+Green+Blue) = 20+81+105=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #145169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145169 is #EBAE96. Grayscale: #414141. Windows color (decimal): -15445655 or 6902036. OLE color: 6902036.

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

Color convert

RGB 20 81 105 -
CMYK 0.81 0.23 0 0.59
HSL 196.94º 0.68% 0.25% -
HSV(B) 196.94º 0.81% 0.41% -
XYZ 5.78 7.05 14.42 -
YUV 65.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 20 81 105 0.81 0.23 0 0.59 196.94 0.68 0.25
Hex 14 51 69 51 17 0 3B C5 44 19
Octal 24 121 151 121 27 0 73 305 104 31
Binary 10100 1010001 1101001 1010001 10111 0 111011 11000101 1000100 11001

Color Harmonies of #145169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145169

Black with #145169

Text Example


Text Example

White with #145169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145169; }

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

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

background-color css

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

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

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

border-color css

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

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

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