Html Css Color HEX #1C354A Blue Whale

📋 copy color: '#1C354A'

red 28 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #1C354A

Tints of Blue Whale #1C354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 18.06%
G = 34.19%
B = 47.74%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C354A (or 0x1C354A) is known color: Blue Whale. HEX triplet: 1C, 35 and 4A. RGB value is (28,53,74). Sum of RGB (Red+Green+Blue) = 28+53+74=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C354A is #E3CAB5. Grayscale: #2F2F2F. Windows color (decimal): -14928566 or 4863260. OLE color: 4863260.

HSL color Cylindrical-coordinate representation of color #1C354A: hue angle of 207.39º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C354A is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 53 74 -
CMYK 0.62 0.28 0 0.71
HSL 207.39º 0.45% 0.2% -
HSV(B) 207.39º 0.62% 0.29% -
XYZ 2.99 3.29 6.96 -
YUV 47.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 28 53 74 0.62 0.28 0 0.71 207.39 0.45 0.2
Hex 1C 35 4A 3E 1C 0 47 CF 2D 14
Octal 34 65 112 76 34 0 107 317 55 24
Binary 11100 110101 1001010 111110 11100 0 1000111 11001111 101101 10100

Color Harmonies of #1C354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C354A

Black with #1C354A

Text Example


Text Example

White with #1C354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,74); }

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

background-color css

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

 a { background-color: rgb(28,53,74); }

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

border-color css

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

 span { border-color: rgb(28,53,74); }

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