#12364B

Color #12364B Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #12364B

Tints of Blue Whale #12364B

Color information

#12364B (or 0x12364B) is unknown color: approx Blue Whale. HEX triplet: 12, 36 and 4B. RGB value is (18,54,75). Sum of RGB (Red+Green+Blue) = 18+54+75=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #12364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12364B is #EDC9B4. Grayscale: #2D2D2D. Windows color (decimal): -15583669 or 4929042. OLE color: 4929042.

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

Color convert

RGB185475-
CMYK0.760.2800.71
HSL202.11º61.29%18.24%-
HSV(B)202.11º76%29.41%-
XYZ2.843.277.14-
YUV45.63144.57108.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=12.24%
G=36.73%
B=51.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1854750.760.2800.71202.1161.2918.24
Hex12364B4C1C047ca3d12
Octal22661131143401073127522
Binary100101101101001011100110011100010001111100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12364B;
 }
 .AnyTagClassName
 {
   color: #12364B;
 }
</style>
background-color css

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

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

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

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

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

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