Html Css Color HEX #145265 Arapawa

📋 copy color: '#145265'

red 20 ◦ green 82 ◦ blue 101

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

Shades of Arapawa #145265

Tints of Arapawa #145265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 101 (39.84% from 255) = 49.75%

R = 9.85%
G = 40.39%
B = 49.75%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#145265 (or 0x145265) is known color: Arapawa. HEX triplet: 14, 52 and 65. RGB value is (20,82,101). Sum of RGB (Red+Green+Blue) = 20+82+101=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #145265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145265 is #EBAD9A. Grayscale: #414141. Windows color (decimal): -15445403 or 6640148. OLE color: 6640148.

HSL color Cylindrical-coordinate representation of color #145265: hue angle of 194.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145265 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 82 101 -
CMYK 0.80 0.19 0 0.60
HSL 194.07º 0.67% 0.24% -
HSV(B) 194.07º 0.8% 0.4% -
XYZ 5.65 7.12 13.39 -
YUV 65.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 20 82 101 0.80 0.19 0 0.60 194.07 0.67 0.24
Hex 14 52 65 50 13 0 3C C2 43 18
Octal 24 122 145 120 23 0 74 302 103 30
Binary 10100 1010010 1100101 1010000 10011 0 111100 11000010 1000011 11000

Color Harmonies of #145265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145265

Black with #145265

Text Example


Text Example

White with #145265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145265; }

 p { color: rgb(20,82,101); }

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

background-color css

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

 a { background-color: rgb(20,82,101); }

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

border-color css

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

 span { border-color: rgb(20,82,101); }

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