Html Css Color HEX #1C4F63 Arapawa

📋 copy color: '#1C4F63'

red 28 ◦ green 79 ◦ blue 99

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

Shades of Arapawa #1C4F63

Tints of Arapawa #1C4F63

RGB

 RED value IS 28 (11.33% from 255) = 13.59%

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

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

R = 13.59%
G = 38.35%
B = 48.06%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1C4F63 (or 0x1C4F63) is known color: Arapawa. HEX triplet: 1C, 4F and 63. RGB value is (28,79,99). Sum of RGB (Red+Green+Blue) = 28+79+99=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4F63 is #E3B09C. Grayscale: #414141. Windows color (decimal): -14921885 or 6508316. OLE color: 6508316.

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

Color convert

RGB 28 79 99 -
CMYK 0.72 0.20 0 0.61
HSL 196.9º 0.56% 0.25% -
HSV(B) 196.9º 0.72% 0.39% -
XYZ 5.53 6.74 12.81 -
YUV 66.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 28 79 99 0.72 0.20 0 0.61 196.9 0.56 0.25
Hex 1C 4F 63 48 14 0 3D C5 38 19
Octal 34 117 143 110 24 0 75 305 70 31
Binary 11100 1001111 1100011 1001000 10100 0 111101 11000101 111000 11001

Color Harmonies of #1C4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4F63

Black with #1C4F63

Text Example


Text Example

White with #1C4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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