Html Css Color HEX #1C4B6B Arapawa

📋 copy color: '#1C4B6B'

red 28 ◦ green 75 ◦ blue 107

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

Shades of Arapawa #1C4B6B

Tints of Arapawa #1C4B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 13.33%
G = 35.71%
B = 50.95%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C4B6B (or 0x1C4B6B) is known color: Arapawa. HEX triplet: 1C, 4B and 6B. RGB value is (28,75,107). Sum of RGB (Red+Green+Blue) = 28+75+107=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C4B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4B6B is #E3B494. Grayscale: #404040. Windows color (decimal): -14922901 or 7031580. OLE color: 7031580.

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

Color convert

RGB 28 75 107 -
CMYK 0.74 0.30 0 0.58
HSL 204.3º 0.59% 0.26% -
HSV(B) 204.3º 0.74% 0.42% -
XYZ 5.65 6.34 14.84 -
YUV 64.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 28 75 107 0.74 0.30 0 0.58 204.3 0.59 0.26
Hex 1C 4B 6B 4A 1E 0 3A CC 3B 1A
Octal 34 113 153 112 36 0 72 314 73 32
Binary 11100 1001011 1101011 1001010 11110 0 111010 11001100 111011 11010

Color Harmonies of #1C4B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4B6B

Black with #1C4B6B

Text Example


Text Example

White with #1C4B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,75,107); }

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

background-color css

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

 a { background-color: rgb(28,75,107); }

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

border-color css

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

 span { border-color: rgb(28,75,107); }

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