Html Css Color HEX #1C476D Arapawa

📋 copy color: '#1C476D'

red 28 ◦ green 71 ◦ blue 109

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

Shades of Arapawa #1C476D

Tints of Arapawa #1C476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 109 (42.97% from 255) = 52.4%

R = 13.46%
G = 34.13%
B = 52.4%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C476D (or 0x1C476D) is known color: Arapawa. HEX triplet: 1C, 47 and 6D. RGB value is (28,71,109). Sum of RGB (Red+Green+Blue) = 28+71+109=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C476D is #E3B892. Grayscale: #3E3E3E. Windows color (decimal): -14923923 or 7161628. OLE color: 7161628.

HSL color Cylindrical-coordinate representation of color #1C476D: hue angle of 208.15º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C476D is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 71 109 -
CMYK 0.74 0.35 0 0.57
HSL 208.15º 0.59% 0.27% -
HSV(B) 208.15º 0.74% 0.43% -
XYZ 5.49 5.86 15.31 -
YUV 62.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 28 71 109 0.74 0.35 0 0.57 208.15 0.59 0.27
Hex 1C 47 6D 4A 23 0 39 D0 3B 1B
Octal 34 107 155 112 43 0 71 320 73 33
Binary 11100 1000111 1101101 1001010 100011 0 111001 11010000 111011 11011

Color Harmonies of #1C476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C476D

Black with #1C476D

Text Example


Text Example

White with #1C476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,71,109); }

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

background-color css

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

 a { background-color: rgb(28,71,109); }

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

border-color css

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

 span { border-color: rgb(28,71,109); }

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