Html Css Color HEX #145268 Arapawa

📋 copy color: '#145268'

red 20 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #145268

Tints of Arapawa #145268

RGB

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

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

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

R = 9.71%
G = 39.81%
B = 50.49%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#145268 (or 0x145268) is known color: Arapawa. HEX triplet: 14, 52 and 68. RGB value is (20,82,104). Sum of RGB (Red+Green+Blue) = 20+82+104=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #145268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145268 is #EBAD97. Grayscale: #414141. Windows color (decimal): -15445400 or 6836756. OLE color: 6836756.

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

Color convert

RGB 20 82 104 -
CMYK 0.81 0.21 0 0.59
HSL 195.71º 0.68% 0.24% -
HSV(B) 195.71º 0.81% 0.41% -
XYZ 5.8 7.18 14.18 -
YUV 65.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 20 82 104 0.81 0.21 0 0.59 195.71 0.68 0.24
Hex 14 52 68 51 15 0 3B C4 44 18
Octal 24 122 150 121 25 0 73 304 104 30
Binary 10100 1010010 1101000 1010001 10101 0 111011 11000100 1000100 11000

Color Harmonies of #145268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145268

Black with #145268

Text Example


Text Example

White with #145268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145268; }

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

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

background-color css

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

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

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

border-color css

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

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

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