Html Css Color HEX #1C303B Tangaroa

📋 copy color: '#1C303B'

red 28 ◦ green 48 ◦ blue 59

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

Shades of Tangaroa #1C303B

Tints of Tangaroa #1C303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

 BLUE value IS 59 (23.44% from 255) = 43.7%

R = 20.74%
G = 35.56%
B = 43.7%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C303B (or 0x1C303B) is known color: Tangaroa. HEX triplet: 1C, 30 and 3B. RGB value is (28,48,59). Sum of RGB (Red+Green+Blue) = 28+48+59=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #1C303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C303B is #E3CFC4. Grayscale: #2B2B2B. Windows color (decimal): -14929861 or 3878940. OLE color: 3878940.

HSL color Cylindrical-coordinate representation of color #1C303B: hue angle of 201.29º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C303B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 28 48 59 -
CMYK 0.53 0.19 0 0.77
HSL 201.29º 0.36% 0.17% -
HSV(B) 201.29º 0.53% 0.23% -
XYZ 2.33 2.68 4.53 -
YUV 43.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 28 48 59 0.53 0.19 0 0.77 201.29 0.36 0.17
Hex 1C 30 3B 35 13 0 4D C9 24 11
Octal 34 60 73 65 23 0 115 311 44 21
Binary 11100 110000 111011 110101 10011 0 1001101 11001001 100100 10001

Color Harmonies of #1C303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C303B

Black with #1C303B

Text Example


Text Example

White with #1C303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,59); }

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

background-color css

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

 a { background-color: rgb(28,48,59); }

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

border-color css

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

 span { border-color: rgb(28,48,59); }

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