Html Css Color HEX #1C313E Blue Whale

📋 copy color: '#1C313E'

red 28 ◦ green 49 ◦ blue 62

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

Shades of Blue Whale #1C313E

Tints of Blue Whale #1C313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 20.14%
G = 35.25%
B = 44.6%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C313E (or 0x1C313E) is known color: Blue Whale. HEX triplet: 1C, 31 and 3E. RGB value is (28,49,62). Sum of RGB (Red+Green+Blue) = 28+49+62=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #1C313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C313E is #E3CEC1. Grayscale: #2C2C2C. Windows color (decimal): -14929602 or 4075804. OLE color: 4075804.

HSL color Cylindrical-coordinate representation of color #1C313E: hue angle of 202.94º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C313E is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 49 62 -
CMYK 0.55 0.21 0 0.76
HSL 202.94º 0.38% 0.18% -
HSV(B) 202.94º 0.55% 0.24% -
XYZ 2.45 2.79 4.97 -
YUV 44.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 28 49 62 0.55 0.21 0 0.76 202.94 0.38 0.18
Hex 1C 31 3E 37 15 0 4C CB 26 12
Octal 34 61 76 67 25 0 114 313 46 22
Binary 11100 110001 111110 110111 10101 0 1001100 11001011 100110 10010

Color Harmonies of #1C313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C313E

Black with #1C313E

Text Example


Text Example

White with #1C313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,49,62); }

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

background-color css

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

 a { background-color: rgb(28,49,62); }

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

border-color css

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

 span { border-color: rgb(28,49,62); }

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