Html Css Color HEX #12324B Blue Whale

📋 copy color: '#12324B'

red 18 ◦ green 50 ◦ blue 75

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

Shades of Blue Whale #12324B

Tints of Blue Whale #12324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 52.45%

R = 12.59%
G = 34.97%
B = 52.45%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12324B (or 0x12324B) is known color: Blue Whale. HEX triplet: 12, 32 and 4B. RGB value is (18,50,75). Sum of RGB (Red+Green+Blue) = 18+50+75=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #12324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12324B is #EDCDB4. Grayscale: #2B2B2B. Windows color (decimal): -15584693 or 4928018. OLE color: 4928018.

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

Color convert

RGB 18 50 75 -
CMYK 0.76 0.33 0 0.71
HSL 206.32º 0.61% 0.18% -
HSV(B) 206.32º 0.76% 0.29% -
XYZ 2.66 2.92 7.08 -
YUV 43.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 18 50 75 0.76 0.33 0 0.71 206.32 0.61 0.18
Hex 12 32 4B 4C 21 0 47 CE 3D 12
Octal 22 62 113 114 41 0 107 316 75 22
Binary 10010 110010 1001011 1001100 100001 0 1000111 11001110 111101 10010

Color Harmonies of #12324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12324B

Black with #12324B

Text Example


Text Example

White with #12324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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