Html Css Color HEX #1C5361 Arapawa

📋 copy color: '#1C5361'

red 28 ◦ green 83 ◦ blue 97

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

Shades of Arapawa #1C5361

Tints of Arapawa #1C5361

RGB

 RED value IS 28 (11.33% from 255) = 13.46%

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

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 13.46%
G = 39.9%
B = 46.63%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C5361 (or 0x1C5361) is known color: Arapawa. HEX triplet: 1C, 53 and 61. RGB value is (28,83,97). Sum of RGB (Red+Green+Blue) = 28+83+97=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C5361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5361 is #E3AC9E. Grayscale: #444444. Windows color (decimal): -14920863 or 6378268. OLE color: 6378268.

HSL color Cylindrical-coordinate representation of color #1C5361: hue angle of 192.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5361 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 83 97 -
CMYK 0.71 0.14 0 0.62
HSL 192.17º 0.55% 0.25% -
HSV(B) 192.17º 0.71% 0.38% -
XYZ 5.73 7.3 12.42 -
YUV 68.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 28 83 97 0.71 0.14 0 0.62 192.17 0.55 0.25
Hex 1C 53 61 47 E 0 3E C0 37 19
Octal 34 123 141 107 16 0 76 300 67 31
Binary 11100 1010011 1100001 1000111 1110 0 111110 11000000 110111 11001

Color Harmonies of #1C5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5361

Black with #1C5361

Text Example


Text Example

White with #1C5361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C5361; }

 p { color: rgb(28,83,97); }

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

background-color css

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

 a { background-color: rgb(28,83,97); }

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

border-color css

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

 span { border-color: rgb(28,83,97); }

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