Html Css Color HEX #145365 Arapawa

📋 copy color: '#145365'

red 20 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #145365

Tints of Arapawa #145365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 9.8%
G = 40.69%
B = 49.51%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#145365 (or 0x145365) is known color: Arapawa. HEX triplet: 14, 53 and 65. RGB value is (20,83,101). Sum of RGB (Red+Green+Blue) = 20+83+101=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #145365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145365 is #EBAC9A. Grayscale: #424242. Windows color (decimal): -15445147 or 6640404. OLE color: 6640404.

HSL color Cylindrical-coordinate representation of color #145365: hue angle of 193.33º 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 #145365 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 83 101 -
CMYK 0.80 0.18 0 0.60
HSL 193.33º 0.67% 0.24% -
HSV(B) 193.33º 0.8% 0.4% -
XYZ 5.73 7.27 13.41 -
YUV 66.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 20 83 101 0.80 0.18 0 0.60 193.33 0.67 0.24
Hex 14 53 65 50 12 0 3C C1 43 18
Octal 24 123 145 120 22 0 74 301 103 30
Binary 10100 1010011 1100101 1010000 10010 0 111100 11000001 1000011 11000

Color Harmonies of #145365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145365

Black with #145365

Text Example


Text Example

White with #145365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145365; }

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

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

background-color css

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

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

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

border-color css

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

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

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