Html Css Color HEX #145069 Arapawa

📋 copy color: '#145069'

red 20 ◦ green 80 ◦ blue 105

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

Shades of Arapawa #145069

Tints of Arapawa #145069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 9.76%
G = 39.02%
B = 51.22%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145069 (or 0x145069) is known color: Arapawa. HEX triplet: 14, 50 and 69. RGB value is (20,80,105). Sum of RGB (Red+Green+Blue) = 20+80+105=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #145069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145069 is #EBAF96. Grayscale: #404040. Windows color (decimal): -15445911 or 6901780. OLE color: 6901780.

HSL color Cylindrical-coordinate representation of color #145069: hue angle of 197.65º 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 #145069 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 80 105 -
CMYK 0.81 0.24 0 0.59
HSL 197.65º 0.68% 0.25% -
HSV(B) 197.65º 0.81% 0.41% -
XYZ 5.71 6.91 14.4 -
YUV 64.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 20 80 105 0.81 0.24 0 0.59 197.65 0.68 0.25
Hex 14 50 69 51 18 0 3B C6 44 19
Octal 24 120 151 121 30 0 73 306 104 31
Binary 10100 1010000 1101001 1010001 11000 0 111011 11000110 1000100 11001

Color Harmonies of #145069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145069

Black with #145069

Text Example


Text Example

White with #145069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145069; }

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

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

background-color css

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

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

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

border-color css

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

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

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