Html Css Color HEX #1D5268 Arapawa

📋 copy color: '#1D5268'

red 29 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #1D5268

Tints of Arapawa #1D5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 13.49%
G = 38.14%
B = 48.37%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1D5268 (or 0x1D5268) is known color: Arapawa. HEX triplet: 1D, 52 and 68. RGB value is (29,82,104). Sum of RGB (Red+Green+Blue) = 29+82+104=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D5268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5268 is #E2AD97. Grayscale: #444444. Windows color (decimal): -14855576 or 6836765. OLE color: 6836765.

HSL color Cylindrical-coordinate representation of color #1D5268: hue angle of 197.6º 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 #1D5268 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 82 104 -
CMYK 0.72 0.21 0 0.59
HSL 197.6º 0.56% 0.26% -
HSV(B) 197.6º 0.72% 0.41% -
XYZ 6.02 7.3 14.19 -
YUV 68.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 29 82 104 0.72 0.21 0 0.59 197.6 0.56 0.26
Hex 1D 52 68 48 15 0 3B C6 38 1A
Octal 35 122 150 110 25 0 73 306 70 32
Binary 11101 1010010 1101000 1001000 10101 0 111011 11000110 111000 11010

Color Harmonies of #1D5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5268

Black with #1D5268

Text Example


Text Example

White with #1D5268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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