Html Css Color HEX #1C496E Arapawa

📋 copy color: '#1C496E'

red 28 ◦ green 73 ◦ blue 110

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

Shades of Arapawa #1C496E

Tints of Arapawa #1C496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 13.27%
G = 34.6%
B = 52.13%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C496E (or 0x1C496E) is known color: Arapawa. HEX triplet: 1C, 49 and 6E. RGB value is (28,73,110). Sum of RGB (Red+Green+Blue) = 28+73+110=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C496E is #E3B691. Grayscale: #3F3F3F. Windows color (decimal): -14923410 or 7227676. OLE color: 7227676.

HSL color Cylindrical-coordinate representation of color #1C496E: hue angle of 207.07º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C496E is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 73 110 -
CMYK 0.75 0.34 0 0.57
HSL 207.07º 0.59% 0.27% -
HSV(B) 207.07º 0.75% 0.43% -
XYZ 5.68 6.14 15.64 -
YUV 63.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 28 73 110 0.75 0.34 0 0.57 207.07 0.59 0.27
Hex 1C 49 6E 4B 22 0 39 CF 3B 1B
Octal 34 111 156 113 42 0 71 317 73 33
Binary 11100 1001001 1101110 1001011 100010 0 111001 11001111 111011 11011

Color Harmonies of #1C496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C496E

Black with #1C496E

Text Example


Text Example

White with #1C496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,110); }

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

background-color css

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

 a { background-color: rgb(28,73,110); }

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

border-color css

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

 span { border-color: rgb(28,73,110); }

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