Html Css Color HEX #1C476C Arapawa

📋 copy color: '#1C476C'

red 28 ◦ green 71 ◦ blue 108

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

Shades of Arapawa #1C476C

Tints of Arapawa #1C476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 13.53%
G = 34.3%
B = 52.17%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C476C (or 0x1C476C) is known color: Arapawa. HEX triplet: 1C, 47 and 6C. RGB value is (28,71,108). Sum of RGB (Red+Green+Blue) = 28+71+108=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C476C is #E3B893. Grayscale: #3E3E3E. Windows color (decimal): -14923924 or 7096092. OLE color: 7096092.

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

Color convert

RGB 28 71 108 -
CMYK 0.74 0.34 0 0.58
HSL 207.75º 0.59% 0.27% -
HSV(B) 207.75º 0.74% 0.42% -
XYZ 5.44 5.84 15.03 -
YUV 62.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 28 71 108 0.74 0.34 0 0.58 207.75 0.59 0.27
Hex 1C 47 6C 4A 22 0 3A D0 3B 1B
Octal 34 107 154 112 42 0 72 320 73 33
Binary 11100 1000111 1101100 1001010 100010 0 111010 11010000 111011 11011

Color Harmonies of #1C476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C476C

Black with #1C476C

Text Example


Text Example

White with #1C476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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