Html Css Color HEX #12354A Blue Whale

📋 copy color: '#12354A'

red 18 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #12354A

Tints of Blue Whale #12354A

RGB

 RED value IS 18 (7.42% from 255) = 12.41%

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

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

R = 12.41%
G = 36.55%
B = 51.03%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12354A (or 0x12354A) is known color: Blue Whale. HEX triplet: 12, 35 and 4A. RGB value is (18,53,74). Sum of RGB (Red+Green+Blue) = 18+53+74=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #12354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12354A is #EDCAB5. Grayscale: #2C2C2C. Windows color (decimal): -15583926 or 4863250. OLE color: 4863250.

HSL color Cylindrical-coordinate representation of color #12354A: hue angle of 202.5º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12354A is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 53 74 -
CMYK 0.76 0.28 0 0.71
HSL 202.5º 0.61% 0.18% -
HSV(B) 202.5º 0.76% 0.29% -
XYZ 2.76 3.17 6.94 -
YUV 44.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 18 53 74 0.76 0.28 0 0.71 202.5 0.61 0.18
Hex 12 35 4A 4C 1C 0 47 CA 3D 12
Octal 22 65 112 114 34 0 107 312 75 22
Binary 10010 110101 1001010 1001100 11100 0 1000111 11001010 111101 10010

Color Harmonies of #12354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12354A

Black with #12354A

Text Example


Text Example

White with #12354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12354A; }

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

 H1.HeaderClassName
 {
   color: #12354A;
 }
 .AnyTagClassName
 {
   color: #12354A;
 }
</style>

background-color css

<style>
 a { background-color: #12354A; }

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

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

border-color css

<style>
 span { border-color: #12354A; }

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

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