Html Css Color HEX #1D4768 Arapawa

📋 copy color: '#1D4768'

red 29 ◦ green 71 ◦ blue 104

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

Shades of Arapawa #1D4768

Tints of Arapawa #1D4768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 14.22%
G = 34.8%
B = 50.98%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1D4768 (or 0x1D4768) is known color: Arapawa. HEX triplet: 1D, 47 and 68. RGB value is (29,71,104). Sum of RGB (Red+Green+Blue) = 29+71+104=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4768 is #E2B897. Grayscale: #3E3E3E. Windows color (decimal): -14858392 or 6833949. OLE color: 6833949.

HSL color Cylindrical-coordinate representation of color #1D4768: hue angle of 206.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4768 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 71 104 -
CMYK 0.72 0.32 0 0.59
HSL 206.4º 0.56% 0.26% -
HSV(B) 206.4º 0.72% 0.41% -
XYZ 5.26 5.77 13.93 -
YUV 62.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 29 71 104 0.72 0.32 0 0.59 206.4 0.56 0.26
Hex 1D 47 68 48 20 0 3B CE 38 1A
Octal 35 107 150 110 40 0 73 316 70 32
Binary 11101 1000111 1101000 1001000 100000 0 111011 11001110 111000 11010

Color Harmonies of #1D4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4768

Black with #1D4768

Text Example


Text Example

White with #1D4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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