Html Css Color HEX #12324A Blue Whale

📋 copy color: '#12324A'

red 18 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #12324A

Tints of Blue Whale #12324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

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

R = 12.68%
G = 35.21%
B = 52.11%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12324A (or 0x12324A) is known color: Blue Whale. HEX triplet: 12, 32 and 4A. RGB value is (18,50,74). Sum of RGB (Red+Green+Blue) = 18+50+74=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #12324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12324A is #EDCDB5. Grayscale: #2B2B2B. Windows color (decimal): -15584694 or 4862482. OLE color: 4862482.

HSL color Cylindrical-coordinate representation of color #12324A: hue angle of 205.71º 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 #12324A is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 50 74 -
CMYK 0.76 0.32 0 0.71
HSL 205.71º 0.61% 0.18% -
HSV(B) 205.71º 0.76% 0.29% -
XYZ 2.63 2.9 6.9 -
YUV 43.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 18 50 74 0.76 0.32 0 0.71 205.71 0.61 0.18
Hex 12 32 4A 4C 20 0 47 CE 3D 12
Octal 22 62 112 114 40 0 107 316 75 22
Binary 10010 110010 1001010 1001100 100000 0 1000111 11001110 111101 10010

Color Harmonies of #12324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12324A

Black with #12324A

Text Example


Text Example

White with #12324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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