Html Css Color HEX #1D4F63 Arapawa

📋 copy color: '#1D4F63'

red 29 ◦ green 79 ◦ blue 99

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

Shades of Arapawa #1D4F63

Tints of Arapawa #1D4F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.16%

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 14.01%
G = 38.16%
B = 47.83%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D4F63 (or 0x1D4F63) is known color: Arapawa. HEX triplet: 1D, 4F and 63. RGB value is (29,79,99). Sum of RGB (Red+Green+Blue) = 29+79+99=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D4F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4F63 is #E2B09C. Grayscale: #424242. Windows color (decimal): -14856349 or 6508317. OLE color: 6508317.

HSL color Cylindrical-coordinate representation of color #1D4F63: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4F63 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 79 99 -
CMYK 0.71 0.20 0 0.61
HSL 197.14º 0.55% 0.25% -
HSV(B) 197.14º 0.71% 0.39% -
XYZ 5.55 6.75 12.82 -
YUV 66.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 29 79 99 0.71 0.20 0 0.61 197.14 0.55 0.25
Hex 1D 4F 63 47 14 0 3D C5 37 19
Octal 35 117 143 107 24 0 75 305 67 31
Binary 11101 1001111 1100011 1000111 10100 0 111101 11000101 110111 11001

Color Harmonies of #1D4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4F63

Black with #1D4F63

Text Example


Text Example

White with #1D4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,79,99); }

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

background-color css

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

 a { background-color: rgb(29,79,99); }

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

border-color css

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

 span { border-color: rgb(29,79,99); }

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