Html Css Color HEX #1D466A Arapawa

📋 copy color: '#1D466A'

red 29 ◦ green 70 ◦ blue 106

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

Shades of Arapawa #1D466A

Tints of Arapawa #1D466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 106 (41.8% from 255) = 51.71%

R = 14.15%
G = 34.15%
B = 51.71%

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

#1D466A (or 0x1D466A) is known color: Arapawa. HEX triplet: 1D, 46 and 6A. RGB value is (29,70,106). Sum of RGB (Red+Green+Blue) = 29+70+106=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D466A is #E2B995. Grayscale: #3D3D3D. Windows color (decimal): -14858646 or 6964765. OLE color: 6964765.

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

Color convert

RGB 29 70 106 -
CMYK 0.73 0.34 0 0.58
HSL 208.05º 0.57% 0.26% -
HSV(B) 208.05º 0.73% 0.42% -
XYZ 5.3 5.68 14.45 -
YUV 61.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 29 70 106 0.73 0.34 0 0.58 208.05 0.57 0.26
Hex 1D 46 6A 49 22 0 3A D0 39 1A
Octal 35 106 152 111 42 0 72 320 71 32
Binary 11101 1000110 1101010 1001001 100010 0 111010 11010000 111001 11010

Color Harmonies of #1D466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D466A

Black with #1D466A

Text Example


Text Example

White with #1D466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,70,106); }

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

background-color css

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

 a { background-color: rgb(29,70,106); }

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

border-color css

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

 span { border-color: rgb(29,70,106); }

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