Html Css Color HEX #1D476C Arapawa

📋 copy color: '#1D476C'

red 29 ◦ green 71 ◦ blue 108

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

Shades of Arapawa #1D476C

Tints of Arapawa #1D476C

RGB

 RED value IS 29 (11.72% from 255) = 13.94%

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

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

R = 13.94%
G = 34.13%
B = 51.92%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D476C (or 0x1D476C) is known color: Arapawa. HEX triplet: 1D, 47 and 6C. RGB value is (29,71,108). Sum of RGB (Red+Green+Blue) = 29+71+108=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D476C is #E2B893. Grayscale: #3E3E3E. Windows color (decimal): -14858388 or 7096093. OLE color: 7096093.

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

Color convert

RGB 29 71 108 -
CMYK 0.73 0.34 0 0.58
HSL 208.1º 0.58% 0.27% -
HSV(B) 208.1º 0.73% 0.42% -
XYZ 5.47 5.85 15.03 -
YUV 62.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 29 71 108 0.73 0.34 0 0.58 208.1 0.58 0.27
Hex 1D 47 6C 49 22 0 3A D0 3A 1B
Octal 35 107 154 111 42 0 72 320 72 33
Binary 11101 1000111 1101100 1001001 100010 0 111010 11010000 111010 11011

Color Harmonies of #1D476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D476C

Black with #1D476C

Text Example


Text Example

White with #1D476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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