Html Css Color HEX #1C4C68 Arapawa

📋 copy color: '#1C4C68'

red 28 ◦ green 76 ◦ blue 104

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

Shades of Arapawa #1C4C68

Tints of Arapawa #1C4C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

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

R = 13.46%
G = 36.54%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C4C68 (or 0x1C4C68) is known color: Arapawa. HEX triplet: 1C, 4C and 68. RGB value is (28,76,104). Sum of RGB (Red+Green+Blue) = 28+76+104=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C4C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C68 is #E3B397. Grayscale: #404040. Windows color (decimal): -14922648 or 6835228. OLE color: 6835228.

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

Color convert

RGB 28 76 104 -
CMYK 0.73 0.27 0 0.59
HSL 202.11º 0.58% 0.26% -
HSV(B) 202.11º 0.73% 0.41% -
XYZ 5.56 6.42 14.04 -
YUV 64.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 28 76 104 0.73 0.27 0 0.59 202.11 0.58 0.26
Hex 1C 4C 68 49 1B 0 3B CA 3A 1A
Octal 34 114 150 111 33 0 73 312 72 32
Binary 11100 1001100 1101000 1001001 11011 0 111011 11001010 111010 11010

Color Harmonies of #1C4C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C68

Black with #1C4C68

Text Example


Text Example

White with #1C4C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,76,104); }

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

background-color css

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

 a { background-color: rgb(28,76,104); }

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

border-color css

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

 span { border-color: rgb(28,76,104); }

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