Html Css Color HEX #165268 Arapawa

📋 copy color: '#165268'

red 22 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #165268

Tints of Arapawa #165268

RGB

 RED value IS 22 (8.98% from 255) = 10.58%

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

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

R = 10.58%
G = 39.42%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#165268 (or 0x165268) is known color: Arapawa. HEX triplet: 16, 52 and 68. RGB value is (22,82,104). Sum of RGB (Red+Green+Blue) = 22+82+104=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #165268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165268 is #E9AD97. Grayscale: #424242. Windows color (decimal): -15314328 or 6836758. OLE color: 6836758.

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

Color convert

RGB 22 82 104 -
CMYK 0.79 0.21 0 0.59
HSL 196.1º 0.65% 0.25% -
HSV(B) 196.1º 0.79% 0.41% -
XYZ 5.85 7.2 14.18 -
YUV 66.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 22 82 104 0.79 0.21 0 0.59 196.1 0.65 0.25
Hex 16 52 68 4F 15 0 3B C4 41 19
Octal 26 122 150 117 25 0 73 304 101 31
Binary 10110 1010010 1101000 1001111 10101 0 111011 11000100 1000001 11001

Color Harmonies of #165268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165268

Black with #165268

Text Example


Text Example

White with #165268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165268; }

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

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

background-color css

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

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

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

border-color css

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

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

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